Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Apr 25, 2024
1 parent a2b5581 commit 3650b77
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -156938,7 +156938,7 @@
"type": "object"
},
"unit_amount": {
"description": "A positive integer in cents (or local equivalent) (or 0 for a free price) representing how much to charge. One of `unit_amount` or `custom_unit_amount` is required, unless `billing_scheme=tiered`.",
"description": "A positive integer in cents (or local equivalent) (or 0 for a free price) representing how much to charge. One of `unit_amount`, `unit_amount_decimal`, or `custom_unit_amount` is required, unless `billing_scheme=tiered`.",
"type": "integer"
},
"unit_amount_decimal": {
Expand Down
3 changes: 2 additions & 1 deletion openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149042,7 +149042,8 @@ paths:
description: >-
A positive integer in cents (or local equivalent) (or 0 for
a free price) representing how much to charge. One of
`unit_amount` or `custom_unit_amount` is required, unless
`unit_amount`, `unit_amount_decimal`, or
`custom_unit_amount` is required, unless
`billing_scheme=tiered`.
type: integer
unit_amount_decimal:
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -119908,7 +119908,7 @@
"type": "object"
},
"unit_amount": {
"description": "A positive integer in cents (or local equivalent) (or 0 for a free price) representing how much to charge. One of `unit_amount` or `custom_unit_amount` is required, unless `billing_scheme=tiered`.",
"description": "A positive integer in cents (or local equivalent) (or 0 for a free price) representing how much to charge. One of `unit_amount`, `unit_amount_decimal`, or `custom_unit_amount` is required, unless `billing_scheme=tiered`.",
"type": "integer"
},
"unit_amount_decimal": {
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -126156,7 +126156,7 @@
"type": "object"
},
"unit_amount": {
"description": "A positive integer in cents (or local equivalent) (or 0 for a free price) representing how much to charge. One of `unit_amount` or `custom_unit_amount` is required, unless `billing_scheme=tiered`.",
"description": "A positive integer in cents (or local equivalent) (or 0 for a free price) representing how much to charge. One of `unit_amount`, `unit_amount_decimal`, or `custom_unit_amount` is required, unless `billing_scheme=tiered`.",
"type": "integer"
},
"unit_amount_decimal": {
Expand Down
3 changes: 2 additions & 1 deletion openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119713,7 +119713,8 @@ paths:
description: >-
A positive integer in cents (or local equivalent) (or 0 for
a free price) representing how much to charge. One of
`unit_amount` or `custom_unit_amount` is required, unless
`unit_amount`, `unit_amount_decimal`, or
`custom_unit_amount` is required, unless
`billing_scheme=tiered`.
type: integer
unit_amount_decimal:
Expand Down
3 changes: 2 additions & 1 deletion openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102384,7 +102384,8 @@ paths:
description: >-
A positive integer in cents (or local equivalent) (or 0 for
a free price) representing how much to charge. One of
`unit_amount` or `custom_unit_amount` is required, unless
`unit_amount`, `unit_amount_decimal`, or
`custom_unit_amount` is required, unless
`billing_scheme=tiered`.
type: integer
unit_amount_decimal:
Expand Down

0 comments on commit 3650b77

Please sign in to comment.