diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index 2f80b7f5..7e53e23e 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -62582,7 +62582,7 @@ "type": "array" }, "save_default_payment_method": { - "description": "Either `off`, or `on_subscription`. With `on_subscription` Stripe updates `subscription.default_payment_method` when a subscription payment succeeds.", + "description": "Configure whether Stripe updates `subscription.default_payment_method` when payment succeeds. Defaults to `off`.", "enum": [ "off", "on_subscription" @@ -185113,7 +185113,7 @@ "description": "The list of payment method types (e.g. card) to provide to the invoice’s PaymentIntent. If not set, Stripe attempts to automatically determine the types to use by looking at the invoice’s default payment method, the subscription’s default payment method, the customer’s default payment method, and your [invoice template settings](https://dashboard.stripe.com/settings/billing/invoice)." }, "save_default_payment_method": { - "description": "Either `off`, or `on_subscription`. With `on_subscription` Stripe updates `subscription.default_payment_method` when a subscription payment succeeds.", + "description": "Configure whether Stripe updates `subscription.default_payment_method` when payment succeeds. Defaults to `off` if unspecified.", "enum": [ "off", "on_subscription" @@ -186907,7 +186907,7 @@ "description": "The list of payment method types (e.g. card) to provide to the invoice’s PaymentIntent. If not set, Stripe attempts to automatically determine the types to use by looking at the invoice’s default payment method, the subscription’s default payment method, the customer’s default payment method, and your [invoice template settings](https://dashboard.stripe.com/settings/billing/invoice)." }, "save_default_payment_method": { - "description": "Either `off`, or `on_subscription`. With `on_subscription` Stripe updates `subscription.default_payment_method` when a subscription payment succeeds.", + "description": "Configure whether Stripe updates `subscription.default_payment_method` when payment succeeds. Defaults to `off` if unspecified.", "enum": [ "off", "on_subscription" diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index f1cde8a0..2c72bbea 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -56845,9 +56845,9 @@ components: type: array save_default_payment_method: description: >- - Either `off`, or `on_subscription`. With `on_subscription` Stripe - updates `subscription.default_payment_method` when a subscription - payment succeeds. + Configure whether Stripe updates + `subscription.default_payment_method` when payment succeeds. + Defaults to `off`. enum: - 'off' - on_subscription @@ -176078,10 +176078,9 @@ paths: settings](https://dashboard.stripe.com/settings/billing/invoice). save_default_payment_method: description: >- - Either `off`, or `on_subscription`. With - `on_subscription` Stripe updates - `subscription.default_payment_method` when a - subscription payment succeeds. + Configure whether Stripe updates + `subscription.default_payment_method` when payment + succeeds. Defaults to `off` if unspecified. enum: - 'off' - on_subscription @@ -177908,10 +177907,9 @@ paths: settings](https://dashboard.stripe.com/settings/billing/invoice). save_default_payment_method: description: >- - Either `off`, or `on_subscription`. With - `on_subscription` Stripe updates - `subscription.default_payment_method` when a - subscription payment succeeds. + Configure whether Stripe updates + `subscription.default_payment_method` when payment + succeeds. Defaults to `off` if unspecified. enum: - 'off' - on_subscription diff --git a/openapi/spec3.json b/openapi/spec3.json index f3ce692b..de127027 100644 --- a/openapi/spec3.json +++ b/openapi/spec3.json @@ -43776,7 +43776,7 @@ "type": "array" }, "save_default_payment_method": { - "description": "Either `off`, or `on_subscription`. With `on_subscription` Stripe updates `subscription.default_payment_method` when a subscription payment succeeds.", + "description": "Configure whether Stripe updates `subscription.default_payment_method` when payment succeeds. Defaults to `off`.", "enum": [ "off", "on_subscription" diff --git a/openapi/spec3.sdk.json b/openapi/spec3.sdk.json index 35cf0146..978ad5e0 100644 --- a/openapi/spec3.sdk.json +++ b/openapi/spec3.sdk.json @@ -53350,7 +53350,7 @@ "type": "array" }, "save_default_payment_method": { - "description": "Either `off`, or `on_subscription`. With `on_subscription` Stripe updates `subscription.default_payment_method` when a subscription payment succeeds.", + "description": "Configure whether Stripe updates `subscription.default_payment_method` when payment succeeds. Defaults to `off`.", "enum": [ "off", "on_subscription" @@ -148813,7 +148813,7 @@ "description": "The list of payment method types (e.g. card) to provide to the invoice’s PaymentIntent. If not set, Stripe attempts to automatically determine the types to use by looking at the invoice’s default payment method, the subscription’s default payment method, the customer’s default payment method, and your [invoice template settings](https://dashboard.stripe.com/settings/billing/invoice)." }, "save_default_payment_method": { - "description": "Either `off`, or `on_subscription`. With `on_subscription` Stripe updates `subscription.default_payment_method` when a subscription payment succeeds.", + "description": "Configure whether Stripe updates `subscription.default_payment_method` when payment succeeds. Defaults to `off` if unspecified.", "enum": [ "off", "on_subscription" @@ -150432,7 +150432,7 @@ "description": "The list of payment method types (e.g. card) to provide to the invoice’s PaymentIntent. If not set, Stripe attempts to automatically determine the types to use by looking at the invoice’s default payment method, the subscription’s default payment method, the customer’s default payment method, and your [invoice template settings](https://dashboard.stripe.com/settings/billing/invoice)." }, "save_default_payment_method": { - "description": "Either `off`, or `on_subscription`. With `on_subscription` Stripe updates `subscription.default_payment_method` when a subscription payment succeeds.", + "description": "Configure whether Stripe updates `subscription.default_payment_method` when payment succeeds. Defaults to `off` if unspecified.", "enum": [ "off", "on_subscription" diff --git a/openapi/spec3.sdk.yaml b/openapi/spec3.sdk.yaml index 378fc53c..5f7a5b9b 100644 --- a/openapi/spec3.sdk.yaml +++ b/openapi/spec3.sdk.yaml @@ -48636,9 +48636,9 @@ components: type: array save_default_payment_method: description: >- - Either `off`, or `on_subscription`. With `on_subscription` Stripe - updates `subscription.default_payment_method` when a subscription - payment succeeds. + Configure whether Stripe updates + `subscription.default_payment_method` when payment succeeds. + Defaults to `off`. enum: - 'off' - on_subscription @@ -141345,10 +141345,9 @@ paths: settings](https://dashboard.stripe.com/settings/billing/invoice). save_default_payment_method: description: >- - Either `off`, or `on_subscription`. With - `on_subscription` Stripe updates - `subscription.default_payment_method` when a - subscription payment succeeds. + Configure whether Stripe updates + `subscription.default_payment_method` when payment + succeeds. Defaults to `off` if unspecified. enum: - 'off' - on_subscription @@ -142999,10 +142998,9 @@ paths: settings](https://dashboard.stripe.com/settings/billing/invoice). save_default_payment_method: description: >- - Either `off`, or `on_subscription`. With - `on_subscription` Stripe updates - `subscription.default_payment_method` when a - subscription payment succeeds. + Configure whether Stripe updates + `subscription.default_payment_method` when payment + succeeds. Defaults to `off` if unspecified. enum: - 'off' - on_subscription diff --git a/openapi/spec3.yaml b/openapi/spec3.yaml index c1878d6b..b007c6d0 100644 --- a/openapi/spec3.yaml +++ b/openapi/spec3.yaml @@ -41091,9 +41091,9 @@ components: type: array save_default_payment_method: description: >- - Either `off`, or `on_subscription`. With `on_subscription` Stripe - updates `subscription.default_payment_method` when a subscription - payment succeeds. + Configure whether Stripe updates + `subscription.default_payment_method` when payment succeeds. + Defaults to `off`. enum: - 'off' - on_subscription