Skip to content

Commit

Permalink
OpenAPI Update (#686)
Browse files Browse the repository at this point in the history
Update OpenAPI for 9bd499c40798e681b5323c9111ecd88a98040a38

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Feb 27, 2024
1 parent 07b3d42 commit 7b0679c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -57239,7 +57239,7 @@
"$ref": "#/components/schemas/discount"
}
],
"description": "Describes the current discount applied to this subscription, if there is one. When billing, a discount applied to a subscription overrides a discount applied on a customer-wide basis.",
"description": "Describes the current discount applied to this subscription, if there is one. When billing, a discount applied to a subscription overrides a discount applied on a customer-wide basis. This field has been deprecated and will be removed in a future API version. Use `discounts` instead.",
"nullable": true
},
"discounts": {
Expand Down Expand Up @@ -103844,7 +103844,7 @@
"type": "string"
},
"coupon": {
"description": "The identifier of the coupon to apply to this phase of the subscription schedule.",
"description": "The identifier of the coupon to apply to this phase of the subscription schedule. This field has been deprecated and will be removed in a future API version. Use `discounts` instead.",
"maxLength": 5000,
"type": "string"
},
Expand Down Expand Up @@ -107132,7 +107132,7 @@
"type": "string"
},
"coupon": {
"description": "The identifier of the coupon to apply to this phase of the subscription schedule.",
"description": "The identifier of the coupon to apply to this phase of the subscription schedule. This field has been deprecated and will be removed in a future API version. Use `discounts` instead.",
"maxLength": 5000,
"type": "string"
},
Expand Down Expand Up @@ -110408,7 +110408,7 @@
"type": "string"
},
"coupon": {
"description": "The identifier of the coupon to apply to this phase of the subscription schedule.",
"description": "The identifier of the coupon to apply to this phase of the subscription schedule. This field has been deprecated and will be removed in a future API version. Use `discounts` instead.",
"maxLength": 5000,
"type": "string"
},
Expand Down Expand Up @@ -171762,7 +171762,7 @@
"type": "string"
},
"coupon": {
"description": "The identifier of the coupon to apply to this phase of the subscription schedule.",
"description": "The identifier of the coupon to apply to this phase of the subscription schedule. This field has been deprecated and will be removed in a future API version. Use `discounts` instead.",
"maxLength": 5000,
"type": "string"
},
Expand Down Expand Up @@ -172961,7 +172961,7 @@
"type": "string"
},
"coupon": {
"description": "The identifier of the coupon to apply to this phase of the subscription schedule.",
"description": "The identifier of the coupon to apply to this phase of the subscription schedule. This field has been deprecated and will be removed in a future API version. Use `discounts` instead.",
"maxLength": 5000,
"type": "string"
},
Expand Down Expand Up @@ -175364,7 +175364,7 @@
"type": "string"
},
"coupon": {
"description": "The ID of the coupon to apply to this subscription. A coupon applied to a subscription will only affect invoices created for that particular subscription.",
"description": "The ID of the coupon to apply to this subscription. A coupon applied to a subscription will only affect invoices created for that particular subscription. This field has been deprecated and will be removed in a future API version. Use `discounts` instead.",
"maxLength": 5000,
"type": "string"
},
Expand Down Expand Up @@ -176230,7 +176230,7 @@
"type": "object"
},
"promotion_code": {
"description": "The API ID of a promotion code to apply to this subscription. A promotion code applied to a subscription will only affect invoices created for that particular subscription.",
"description": "The API ID of a promotion code to apply to this subscription. A promotion code applied to a subscription will only affect invoices created for that particular subscription. This field has been deprecated and will be removed in a future API version. Use `discounts` instead.",
"maxLength": 5000,
"type": "string"
},
Expand Down Expand Up @@ -177060,7 +177060,7 @@
"type": "string"
},
"coupon": {
"description": "The ID of the coupon to apply to this subscription. A coupon applied to a subscription will only affect invoices created for that particular subscription.",
"description": "The ID of the coupon to apply to this subscription. A coupon applied to a subscription will only affect invoices created for that particular subscription. This field has been deprecated and will be removed in a future API version. Use `discounts` instead.",
"maxLength": 5000,
"type": "string"
},
Expand Down

0 comments on commit 7b0679c

Please sign in to comment.