File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed
Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 19281928 "type" : " price_details" ,
19291929 "unit_amount_decimal" : null
19301930 },
1931- "taxes" : null
1931+ "taxes" : null ,
1932+ "subtotal" : 2060319484
19321933 }
19331934 ],
19341935 "has_more" : false ,
26442645 "type" : " price_details" ,
26452646 "unit_amount_decimal" : null
26462647 },
2647- "taxes" : null
2648+ "taxes" : null ,
2649+ "subtotal" : 2060319484
26482650 },
26492651 "login_link" : {
26502652 "created" : 1234567890 ,
66056607 },
66066608 "quantity" : null ,
66076609 "subscription" : null ,
6608- "taxes" : null
6610+ "taxes" : null ,
6611+ "subtotal" : 2060319484
66096612 }
66106613 ],
66116614 "has_more" : true ,
73427345 "object" : " shared_payment.granted_token" ,
73437346 "shared_metadata" : null ,
73447347 "usage_details" : {
7345- "amount_captured" : null
7348+ "amount_captured" : {
7349+ "currency" : " usd" ,
7350+ "value" : 111972721
7351+ }
73467352 },
73477353 "usage_limits" : {
73487354 "currency" : " usd" ,
Original file line number Diff line number Diff line change @@ -1653,6 +1653,7 @@ resources:
16531653 type : price_details
16541654 unit_amount_decimal : null
16551655 taxes : null
1656+ subtotal : 2060319484
16561657 has_more : false
16571658 object : list
16581659 url : /v1/invoices/in_1MlLhvJITzLVzkSmcKw0tIgl/lines
@@ -2255,6 +2256,7 @@ resources:
22552256 type : price_details
22562257 unit_amount_decimal : null
22572258 taxes : null
2259+ subtotal : 2060319484
22582260 login_link :
22592261 created : 1234567890
22602262 object : login_link
@@ -5535,6 +5537,7 @@ resources:
55355537 quantity : null
55365538 subscription : null
55375539 taxes : null
5540+ subtotal : 2060319484
55385541 has_more : true
55395542 object : list
55405543 url : url
@@ -6129,7 +6132,9 @@ resources:
61296132 object : shared_payment.granted_token
61306133 shared_metadata : null
61316134 usage_details :
6132- amount_captured : null
6135+ amount_captured :
6136+ currency : usd
6137+ value : 111972721
61336138 usage_limits :
61346139 currency : usd
61356140 expires_at : 833811170
You can’t perform that action at this time.
0 commit comments