Skip to content

Commit

Permalink
Update generated code for v776
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jan 22, 2024
1 parent dfb9a69 commit 4432a98
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v775
v776
1 change: 1 addition & 0 deletions invoice.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ type InvoicePaymentSettingsPaymentMethodOptionsCardRequestThreeDSecure string
const (
InvoicePaymentSettingsPaymentMethodOptionsCardRequestThreeDSecureAny InvoicePaymentSettingsPaymentMethodOptionsCardRequestThreeDSecure = "any"
InvoicePaymentSettingsPaymentMethodOptionsCardRequestThreeDSecureAutomatic InvoicePaymentSettingsPaymentMethodOptionsCardRequestThreeDSecure = "automatic"
InvoicePaymentSettingsPaymentMethodOptionsCardRequestThreeDSecureChallenge InvoicePaymentSettingsPaymentMethodOptionsCardRequestThreeDSecure = "challenge"
)

// The funding method type to be used when there are not enough funds in the customer balance. Permitted values include: `bank_transfer`.
Expand Down
1 change: 1 addition & 0 deletions quotepreviewinvoice.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ type QuotePreviewInvoicePaymentSettingsPaymentMethodOptionsCardRequestThreeDSecu
const (
QuotePreviewInvoicePaymentSettingsPaymentMethodOptionsCardRequestThreeDSecureAny QuotePreviewInvoicePaymentSettingsPaymentMethodOptionsCardRequestThreeDSecure = "any"
QuotePreviewInvoicePaymentSettingsPaymentMethodOptionsCardRequestThreeDSecureAutomatic QuotePreviewInvoicePaymentSettingsPaymentMethodOptionsCardRequestThreeDSecure = "automatic"
QuotePreviewInvoicePaymentSettingsPaymentMethodOptionsCardRequestThreeDSecureChallenge QuotePreviewInvoicePaymentSettingsPaymentMethodOptionsCardRequestThreeDSecure = "challenge"
)

// The desired country code of the bank account information. Permitted values include: `BE`, `DE`, `ES`, `FR`, `IE`, or `NL`.
Expand Down
1 change: 1 addition & 0 deletions subscription.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ type SubscriptionPaymentSettingsPaymentMethodOptionsCardRequestThreeDSecure stri
const (
SubscriptionPaymentSettingsPaymentMethodOptionsCardRequestThreeDSecureAny SubscriptionPaymentSettingsPaymentMethodOptionsCardRequestThreeDSecure = "any"
SubscriptionPaymentSettingsPaymentMethodOptionsCardRequestThreeDSecureAutomatic SubscriptionPaymentSettingsPaymentMethodOptionsCardRequestThreeDSecure = "automatic"
SubscriptionPaymentSettingsPaymentMethodOptionsCardRequestThreeDSecureChallenge SubscriptionPaymentSettingsPaymentMethodOptionsCardRequestThreeDSecure = "challenge"
)

// The funding method type to be used when there are not enough funds in the customer balance. Permitted values include: `bank_transfer`.
Expand Down

0 comments on commit 4432a98

Please sign in to comment.