Skip to content

Commit

Permalink
feat: generate latest changes from OpenApi spec
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Jan 26, 2024
1 parent 8d31986 commit 19ac377
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion openapi/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v790"
"version": "v796"
}
6 changes: 3 additions & 3 deletions src/resources/generated/payment_intent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ pub struct PaymentIntentPaymentMethodOptionsCard {
pub request_extended_authorization:
Option<PaymentIntentPaymentMethodOptionsCardRequestExtendedAuthorization>,

/// 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<PaymentIntentPaymentMethodOptionsCardRequestIncrementalAuthorization>,
Expand Down Expand Up @@ -3054,7 +3054,7 @@ pub struct CreatePaymentIntentPaymentMethodOptionsCard {
pub request_extended_authorization:
Option<CreatePaymentIntentPaymentMethodOptionsCardRequestExtendedAuthorization>,

/// 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<CreatePaymentIntentPaymentMethodOptionsCardRequestIncrementalAuthorization>,
Expand Down Expand Up @@ -3941,7 +3941,7 @@ pub struct UpdatePaymentIntentPaymentMethodOptionsCard {
pub request_extended_authorization:
Option<UpdatePaymentIntentPaymentMethodOptionsCardRequestExtendedAuthorization>,

/// 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<UpdatePaymentIntentPaymentMethodOptionsCardRequestIncrementalAuthorization>,
Expand Down

0 comments on commit 19ac377

Please sign in to comment.