Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAPI Update #634

Merged
merged 1 commit into from
Jan 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Loading