Skip to content

Commit

Permalink
OpenAPI Update (#634)
Browse files Browse the repository at this point in the history
Update OpenAPI for aa25c9bbae379d1b522ec1b6912284b68c10552f

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Jan 26, 2024
1 parent 6470b89 commit 273cfab
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
38 changes: 19 additions & 19 deletions embedded/openapi/spec3.beta.sdk.json
Expand Up @@ -58301,11 +58301,11 @@
"description": "",
"properties": {
"amount": {
"description": "The line item amount in integer cents. If `tax_behavior=inclusive`, then this amount includes taxes. Otherwise, taxes were calculated on top of this amount.",
"description": "The line item amount in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal). If `tax_behavior=inclusive`, then this amount includes taxes. Otherwise, taxes were calculated on top of this amount.",
"type": "integer"
},
"amount_tax": {
"description": "The amount of tax calculated for this line item, in integer cents.",
"description": "The amount of tax calculated for this line item, in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).",
"type": "integer"
},
"id": {
Expand Down Expand Up @@ -58922,11 +58922,11 @@
"description": "",
"properties": {
"amount": {
"description": "The line item amount in integer cents. If `tax_behavior=inclusive`, then this amount includes taxes. Otherwise, taxes were calculated on top of this amount.",
"description": "The line item amount in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal). If `tax_behavior=inclusive`, then this amount includes taxes. Otherwise, taxes were calculated on top of this amount.",
"type": "integer"
},
"amount_tax": {
"description": "The amount of tax calculated for this line item, in integer cents.",
"description": "The amount of tax calculated for this line item, in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).",
"type": "integer"
},
"id": {
Expand Down Expand Up @@ -59970,7 +59970,7 @@
"description": "",
"properties": {
"amount": {
"description": "The amount of tax, in integer cents.",
"description": "The amount of tax, in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).",
"type": "integer"
},
"jurisdiction": {
Expand Down Expand Up @@ -60015,7 +60015,7 @@
"type": "string"
},
"taxable_amount": {
"description": "The amount on which tax is calculated, in integer cents.",
"description": "The amount on which tax is calculated, in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).",
"type": "integer"
}
},
Expand Down Expand Up @@ -60146,7 +60146,7 @@
"description": "",
"properties": {
"amount": {
"description": "The amount of tax, in integer cents.",
"description": "The amount of tax, in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).",
"type": "integer"
},
"inclusive": {
Expand Down Expand Up @@ -60178,7 +60178,7 @@
"type": "string"
},
"taxable_amount": {
"description": "The amount on which tax is calculated, in integer cents.",
"description": "The amount on which tax is calculated, in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).",
"type": "integer"
}
},
Expand All @@ -60199,11 +60199,11 @@
"description": "",
"properties": {
"amount": {
"description": "The shipping amount in integer cents. If `tax_behavior=inclusive`, then this amount includes taxes. Otherwise, taxes were calculated on top of this amount.",
"description": "The shipping amount in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal). If `tax_behavior=inclusive`, then this amount includes taxes. Otherwise, taxes were calculated on top of this amount.",
"type": "integer"
},
"amount_tax": {
"description": "The amount of tax calculated for shipping, in integer cents.",
"description": "The amount of tax calculated for shipping, in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).",
"type": "integer"
},
"shipping_rate": {
Expand Down Expand Up @@ -60419,11 +60419,11 @@
"description": "",
"properties": {
"amount": {
"description": "The shipping amount in integer cents. If `tax_behavior=inclusive`, then this amount includes taxes. Otherwise, taxes were calculated on top of this amount.",
"description": "The shipping amount in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal). If `tax_behavior=inclusive`, then this amount includes taxes. Otherwise, taxes were calculated on top of this amount.",
"type": "integer"
},
"amount_tax": {
"description": "The amount of tax calculated for shipping, in integer cents.",
"description": "The amount of tax calculated for shipping, in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).",
"type": "integer"
},
"shipping_rate": {
Expand Down Expand Up @@ -174914,7 +174914,7 @@
"items": {
"properties": {
"amount": {
"description": "A positive integer in cents representing the line item's total price. If `tax_behavior=inclusive`, then this amount includes taxes. Otherwise, taxes are calculated on top of this amount.",
"description": "A positive integer in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal) representing the line item's total price. If `tax_behavior=inclusive`, then this amount includes taxes. Otherwise, taxes are calculated on top of this amount.",
"type": "integer"
},
"product": {
Expand Down Expand Up @@ -175056,7 +175056,7 @@
"description": "Shipping cost details to be used for the calculation.",
"properties": {
"amount": {
"description": "A positive integer in cents representing the shipping charge. If `tax_behavior=inclusive`, then this amount includes taxes. Otherwise, taxes are calculated on top of this amount.",
"description": "A positive integer in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal) representing the shipping charge. If `tax_behavior=inclusive`, then this amount includes taxes. Otherwise, taxes are calculated on top of this amount.",
"type": "integer"
},
"shipping_rate": {
Expand Down Expand Up @@ -177744,19 +177744,19 @@
"type": "array"
},
"flat_amount": {
"description": "A flat amount to reverse across the entire transaction, in negative integer cents. This value represents the total amount to refund from the transaction, including taxes.",
"description": "A flat amount to reverse across the entire transaction, in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal) in negative. This value represents the total amount to refund from the transaction, including taxes.",
"type": "integer"
},
"line_items": {
"description": "The line item amounts to reverse.",
"items": {
"properties": {
"amount": {
"description": "The amount to reverse, in negative integer cents.",
"description": "The amount to reverse, in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal) in negative.",
"type": "integer"
},
"amount_tax": {
"description": "The amount of tax to reverse, in negative integer cents.",
"description": "The amount of tax to reverse, in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal) in negative.",
"type": "integer"
},
"metadata": {
Expand Down Expand Up @@ -177821,11 +177821,11 @@
"description": "The shipping cost to reverse.",
"properties": {
"amount": {
"description": "The amount to reverse, in negative integer cents.",
"description": "The amount to reverse, in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal) in negative.",
"type": "integer"
},
"amount_tax": {
"description": "The amount of tax to reverse, in negative integer cents.",
"description": "The amount of tax to reverse, in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal) in negative.",
"type": "integer"
}
},
Expand Down
26 changes: 13 additions & 13 deletions embedded/openapi/spec3.json
Expand Up @@ -39894,11 +39894,11 @@
"description": "",
"properties": {
"amount": {
"description": "The line item amount in integer cents. If `tax_behavior=inclusive`, then this amount includes taxes. Otherwise, taxes were calculated on top of this amount.",
"description": "The line item amount in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal). If `tax_behavior=inclusive`, then this amount includes taxes. Otherwise, taxes were calculated on top of this amount.",
"type": "integer"
},
"amount_tax": {
"description": "The amount of tax calculated for this line item, in integer cents.",
"description": "The amount of tax calculated for this line item, in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).",
"type": "integer"
},
"id": {
Expand Down Expand Up @@ -40246,11 +40246,11 @@
"description": "",
"properties": {
"amount": {
"description": "The line item amount in integer cents. If `tax_behavior=inclusive`, then this amount includes taxes. Otherwise, taxes were calculated on top of this amount.",
"description": "The line item amount in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal). If `tax_behavior=inclusive`, then this amount includes taxes. Otherwise, taxes were calculated on top of this amount.",
"type": "integer"
},
"amount_tax": {
"description": "The amount of tax calculated for this line item, in integer cents.",
"description": "The amount of tax calculated for this line item, in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).",
"type": "integer"
},
"id": {
Expand Down Expand Up @@ -41193,7 +41193,7 @@
"description": "",
"properties": {
"amount": {
"description": "The amount of tax, in integer cents.",
"description": "The amount of tax, in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).",
"type": "integer"
},
"jurisdiction": {
Expand Down Expand Up @@ -41238,7 +41238,7 @@
"type": "string"
},
"taxable_amount": {
"description": "The amount on which tax is calculated, in integer cents.",
"description": "The amount on which tax is calculated, in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).",
"type": "integer"
}
},
Expand Down Expand Up @@ -41347,7 +41347,7 @@
"description": "",
"properties": {
"amount": {
"description": "The amount of tax, in integer cents.",
"description": "The amount of tax, in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).",
"type": "integer"
},
"inclusive": {
Expand Down Expand Up @@ -41379,7 +41379,7 @@
"type": "string"
},
"taxable_amount": {
"description": "The amount on which tax is calculated, in integer cents.",
"description": "The amount on which tax is calculated, in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).",
"type": "integer"
}
},
Expand All @@ -41400,11 +41400,11 @@
"description": "",
"properties": {
"amount": {
"description": "The shipping amount in integer cents. If `tax_behavior=inclusive`, then this amount includes taxes. Otherwise, taxes were calculated on top of this amount.",
"description": "The shipping amount in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal). If `tax_behavior=inclusive`, then this amount includes taxes. Otherwise, taxes were calculated on top of this amount.",
"type": "integer"
},
"amount_tax": {
"description": "The amount of tax calculated for shipping, in integer cents.",
"description": "The amount of tax calculated for shipping, in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).",
"type": "integer"
},
"shipping_rate": {
Expand Down Expand Up @@ -41607,11 +41607,11 @@
"description": "",
"properties": {
"amount": {
"description": "The shipping amount in integer cents. If `tax_behavior=inclusive`, then this amount includes taxes. Otherwise, taxes were calculated on top of this amount.",
"description": "The shipping amount in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal). If `tax_behavior=inclusive`, then this amount includes taxes. Otherwise, taxes were calculated on top of this amount.",
"type": "integer"
},
"amount_tax": {
"description": "The amount of tax calculated for shipping, in integer cents.",
"description": "The amount of tax calculated for shipping, in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).",
"type": "integer"
},
"shipping_rate": {
Expand Down Expand Up @@ -130727,7 +130727,7 @@
"type": "array"
},
"flat_amount": {
"description": "A flat amount to reverse across the entire transaction, in negative integer cents. This value represents the total amount to refund from the transaction, including taxes.",
"description": "A flat amount to reverse across the entire transaction, in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal) in negative. This value represents the total amount to refund from the transaction, including taxes.",
"type": "integer"
},
"line_items": {
Expand Down

0 comments on commit 273cfab

Please sign in to comment.