Skip to content

Commit f880e55

Browse files
OpenAPI Update (#939)
Update OpenAPI for cfc30af45714677a7fbdc81832fcbe4376502fe9 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent a831acb commit f880e55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63334,7 +63334,7 @@
6333463334
"description": "A Tax Calculation allows you to calculate the tax to collect from your customer.\n\nRelated guide: [Calculate tax in your custom payment flow](https://stripe.com/docs/tax/custom)",
6333563335
"properties": {
6333663336
"amount_total": {
63337-
"description": "Total after taxes.",
63337+
"description": "Total amount after taxes in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).",
6333863338
"type": "integer"
6333963339
},
6334063340
"currency": {
@@ -189342,7 +189342,7 @@
189342189342
"items": {
189343189343
"properties": {
189344189344
"amount": {
189345-
"description": "A positive integer representing the line item's total price in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal) (e.g., 100 cents to charge $1.00 or 100 to charge ¥100, a zero-decimal currency).\nThe minimum amount is $0.0 US or [equivalent in charge currency](https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts).\nThe amount value supports up to twelve digits (e.g., a value of 999999999999 for a USD charge of $9,999,999,999.99).\nIf `tax_behavior=inclusive`, then this amount includes taxes. Otherwise, taxes are calculated on top of this amount.",
189345+
"description": "A positive integer representing the line item's total price in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).\nIf `tax_behavior=inclusive`, then this amount includes taxes. Otherwise, taxes are calculated on top of this amount.",
189346189346
"type": "integer"
189347189347
},
189348189348
"product": {

embedded/openapi/spec3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44053,7 +44053,7 @@
4405344053
"description": "A Tax Calculation allows you to calculate the tax to collect from your customer.\n\nRelated guide: [Calculate tax in your custom payment flow](https://stripe.com/docs/tax/custom)",
4405444054
"properties": {
4405544055
"amount_total": {
44056-
"description": "Total after taxes.",
44056+
"description": "Total amount after taxes in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).",
4405744057
"type": "integer"
4405844058
},
4405944059
"currency": {

0 commit comments

Comments
 (0)