You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: embedded/openapi/spec3.beta.sdk.json
+2-106
Original file line number
Diff line number
Diff line change
@@ -15110,11 +15110,6 @@
15110
15110
"description": "The integer amount in cents (or local equivalent) representing the gross amount being credited for this line item, excluding (exclusive) tax and discounts.",
15111
15111
"type": "integer"
15112
15112
},
15113
-
"amount_excluding_tax": {
15114
-
"description": "The integer amount in cents (or local equivalent) representing the amount being credited for this line item, excluding all tax and discounts.",
15115
-
"nullable": true,
15116
-
"type": "integer"
15117
-
},
15118
15113
"description": {
15119
15114
"description": "Description of the item being credited.",
15120
15115
"maxLength": 5000,
@@ -15165,13 +15160,6 @@
15165
15160
"nullable": true,
15166
15161
"type": "integer"
15167
15162
},
15168
-
"tax_amounts": {
15169
-
"description": "The amount of tax calculated per tax rate for this line item",
"description": "The tax rates which apply to the line item.",
15177
15165
"items": {
@@ -15197,17 +15185,10 @@
15197
15185
"format": "decimal",
15198
15186
"nullable": true,
15199
15187
"type": "string"
15200
-
},
15201
-
"unit_amount_excluding_tax": {
15202
-
"description": "The amount in cents (or local equivalent) representing the unit amount being credited for this line item, excluding all tax and discounts.",
15203
-
"format": "decimal",
15204
-
"nullable": true,
15205
-
"type": "string"
15206
15188
}
15207
15189
},
15208
15190
"required": [
15209
15191
"amount",
15210
-
"amount_excluding_tax",
15211
15192
"description",
15212
15193
"discount_amount",
15213
15194
"discount_amounts",
@@ -15216,25 +15197,21 @@
15216
15197
"object",
15217
15198
"pretax_credit_amounts",
15218
15199
"quantity",
15219
-
"tax_amounts",
15220
15200
"tax_rates",
15221
15201
"type",
15222
15202
"unit_amount",
15223
-
"unit_amount_decimal",
15224
-
"unit_amount_excluding_tax"
15203
+
"unit_amount_decimal"
15225
15204
],
15226
15205
"title": "CreditNoteLineItem",
15227
15206
"type": "object",
15228
15207
"x-expandableFields": [
15229
15208
"discount_amounts",
15230
15209
"pretax_credit_amounts",
15231
-
"tax_amounts",
15232
15210
"tax_rates"
15233
15211
],
15234
15212
"x-resourceId": "credit_note_line_item",
15235
15213
"x-stripeMostCommon": [
15236
15214
"amount",
15237
-
"amount_excluding_tax",
15238
15215
"description",
15239
15216
"discount_amount",
15240
15217
"discount_amounts",
@@ -15244,12 +15221,10 @@
15244
15221
"object",
15245
15222
"pretax_credit_amounts",
15246
15223
"quantity",
15247
-
"tax_amounts",
15248
15224
"tax_rates",
15249
15225
"type",
15250
15226
"unit_amount",
15251
-
"unit_amount_decimal",
15252
-
"unit_amount_excluding_tax"
15227
+
"unit_amount_decimal"
15253
15228
],
15254
15229
"x-stripeOperations": [
15255
15230
{
@@ -15314,85 +15289,6 @@
15314
15289
"refund"
15315
15290
]
15316
15291
},
15317
-
"credit_note_tax_amount": {
15318
-
"description": "",
15319
-
"properties": {
15320
-
"amount": {
15321
-
"description": "The amount, in cents (or local equivalent), of the tax.",
15322
-
"type": "integer"
15323
-
},
15324
-
"inclusive": {
15325
-
"description": "Whether this tax amount is inclusive or exclusive.",
15326
-
"type": "boolean"
15327
-
},
15328
-
"tax_rate": {
15329
-
"anyOf": [
15330
-
{
15331
-
"maxLength": 5000,
15332
-
"type": "string"
15333
-
},
15334
-
{
15335
-
"$ref": "#/components/schemas/tax_rate"
15336
-
}
15337
-
],
15338
-
"description": "The tax rate that was applied to get this tax amount.",
15339
-
"x-expansionResources": {
15340
-
"oneOf": [
15341
-
{
15342
-
"$ref": "#/components/schemas/tax_rate"
15343
-
}
15344
-
]
15345
-
}
15346
-
},
15347
-
"taxability_reason": {
15348
-
"description": "The reasoning behind this tax, for example, if the product is tax exempt. The possible values for this field may be extended as new tax rules are supported.",
15349
-
"enum": [
15350
-
"customer_exempt",
15351
-
"not_collecting",
15352
-
"not_subject_to_tax",
15353
-
"not_supported",
15354
-
"portion_product_exempt",
15355
-
"portion_reduced_rated",
15356
-
"portion_standard_rated",
15357
-
"product_exempt",
15358
-
"product_exempt_holiday",
15359
-
"proportionally_rated",
15360
-
"reduced_rated",
15361
-
"reverse_charge",
15362
-
"standard_rated",
15363
-
"taxable_basis_reduced",
15364
-
"zero_rated"
15365
-
],
15366
-
"nullable": true,
15367
-
"type": "string",
15368
-
"x-stripeBypassValidation": true
15369
-
},
15370
-
"taxable_amount": {
15371
-
"description": "The amount on which tax is calculated, in cents (or local equivalent).",
0 commit comments