Skip to content

Commit 96c5527

Browse files
OpenAPI Update (#775)
Update OpenAPI for 3650b77f7b8722cf072f418727bba1737c50e275 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent e1aa043 commit 96c5527

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156938,7 +156938,7 @@
156938156938
"type": "object"
156939156939
},
156940156940
"unit_amount": {
156941-
"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`.",
156941+
"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`.",
156942156942
"type": "integer"
156943156943
},
156944156944
"unit_amount_decimal": {

embedded/openapi/spec3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119908,7 +119908,7 @@
119908119908
"type": "object"
119909119909
},
119910119910
"unit_amount": {
119911-
"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`.",
119911+
"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`.",
119912119912
"type": "integer"
119913119913
},
119914119914
"unit_amount_decimal": {

0 commit comments

Comments
 (0)