diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index d1617a54..dab04928 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -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": { diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index 8ddc8b80..0cf7324c 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -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: diff --git a/openapi/spec3.json b/openapi/spec3.json index e466c3ce..eb263198 100644 --- a/openapi/spec3.json +++ b/openapi/spec3.json @@ -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": { diff --git a/openapi/spec3.sdk.json b/openapi/spec3.sdk.json index dcd53f89..d64f2751 100644 --- a/openapi/spec3.sdk.json +++ b/openapi/spec3.sdk.json @@ -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": { diff --git a/openapi/spec3.sdk.yaml b/openapi/spec3.sdk.yaml index b4f528c7..46346cd9 100644 --- a/openapi/spec3.sdk.yaml +++ b/openapi/spec3.sdk.yaml @@ -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: diff --git a/openapi/spec3.yaml b/openapi/spec3.yaml index e8a19071..165e5fd8 100644 --- a/openapi/spec3.yaml +++ b/openapi/spec3.yaml @@ -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: