diff --git a/openapi/version.json b/openapi/version.json index 7b7d6a1af..530456b41 100644 --- a/openapi/version.json +++ b/openapi/version.json @@ -1,3 +1,3 @@ { - "version": "v790" + "version": "v796" } \ No newline at end of file diff --git a/src/resources/generated/payment_intent.rs b/src/resources/generated/payment_intent.rs index 64d567978..f3df894d9 100644 --- a/src/resources/generated/payment_intent.rs +++ b/src/resources/generated/payment_intent.rs @@ -892,7 +892,7 @@ pub struct PaymentIntentPaymentMethodOptionsCard { pub request_extended_authorization: Option, - /// Request ability to [increment](https://stripe.com/docs/payments/incremental-authorization) for this PaymentIntent. + /// Request ability to [increment the authorization](https://stripe.com/docs/payments/incremental-authorization) for this PaymentIntent. #[serde(skip_serializing_if = "Option::is_none")] pub request_incremental_authorization: Option, @@ -3054,7 +3054,7 @@ pub struct CreatePaymentIntentPaymentMethodOptionsCard { pub request_extended_authorization: Option, - /// Request ability to [increment](https://stripe.com/docs/payments/incremental-authorization) for this PaymentIntent. + /// Request ability to [increment the authorization](https://stripe.com/docs/payments/incremental-authorization) for this PaymentIntent. #[serde(skip_serializing_if = "Option::is_none")] pub request_incremental_authorization: Option, @@ -3941,7 +3941,7 @@ pub struct UpdatePaymentIntentPaymentMethodOptionsCard { pub request_extended_authorization: Option, - /// Request ability to [increment](https://stripe.com/docs/payments/incremental-authorization) for this PaymentIntent. + /// Request ability to [increment the authorization](https://stripe.com/docs/payments/incremental-authorization) for this PaymentIntent. #[serde(skip_serializing_if = "Option::is_none")] pub request_incremental_authorization: Option,