Skip to content

Commit

Permalink
Update generated code for v747
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jan 8, 2024
1 parent 39ff7cb commit 954bb49
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v745
v747
2 changes: 2 additions & 0 deletions invoice.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,14 @@ const (
InvoicePaymentSettingsPaymentMethodTypeCard InvoicePaymentSettingsPaymentMethodType = "card"
InvoicePaymentSettingsPaymentMethodTypeCashApp InvoicePaymentSettingsPaymentMethodType = "cashapp"
InvoicePaymentSettingsPaymentMethodTypeCustomerBalance InvoicePaymentSettingsPaymentMethodType = "customer_balance"
InvoicePaymentSettingsPaymentMethodTypeEPS InvoicePaymentSettingsPaymentMethodType = "eps"
InvoicePaymentSettingsPaymentMethodTypeFPX InvoicePaymentSettingsPaymentMethodType = "fpx"
InvoicePaymentSettingsPaymentMethodTypeGiropay InvoicePaymentSettingsPaymentMethodType = "giropay"
InvoicePaymentSettingsPaymentMethodTypeGrabpay InvoicePaymentSettingsPaymentMethodType = "grabpay"
InvoicePaymentSettingsPaymentMethodTypeIDEAL InvoicePaymentSettingsPaymentMethodType = "ideal"
InvoicePaymentSettingsPaymentMethodTypeKonbini InvoicePaymentSettingsPaymentMethodType = "konbini"
InvoicePaymentSettingsPaymentMethodTypeLink InvoicePaymentSettingsPaymentMethodType = "link"
InvoicePaymentSettingsPaymentMethodTypeP24 InvoicePaymentSettingsPaymentMethodType = "p24"
InvoicePaymentSettingsPaymentMethodTypePayNow InvoicePaymentSettingsPaymentMethodType = "paynow"
InvoicePaymentSettingsPaymentMethodTypePaypal InvoicePaymentSettingsPaymentMethodType = "paypal"
InvoicePaymentSettingsPaymentMethodTypePromptPay InvoicePaymentSettingsPaymentMethodType = "promptpay"
Expand Down
2 changes: 2 additions & 0 deletions quotepreviewinvoice.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,12 +277,14 @@ const (
QuotePreviewInvoicePaymentSettingsPaymentMethodTypeCard QuotePreviewInvoicePaymentSettingsPaymentMethodType = "card"
QuotePreviewInvoicePaymentSettingsPaymentMethodTypeCashApp QuotePreviewInvoicePaymentSettingsPaymentMethodType = "cashapp"
QuotePreviewInvoicePaymentSettingsPaymentMethodTypeCustomerBalance QuotePreviewInvoicePaymentSettingsPaymentMethodType = "customer_balance"
QuotePreviewInvoicePaymentSettingsPaymentMethodTypeEPS QuotePreviewInvoicePaymentSettingsPaymentMethodType = "eps"
QuotePreviewInvoicePaymentSettingsPaymentMethodTypeFPX QuotePreviewInvoicePaymentSettingsPaymentMethodType = "fpx"
QuotePreviewInvoicePaymentSettingsPaymentMethodTypeGiropay QuotePreviewInvoicePaymentSettingsPaymentMethodType = "giropay"
QuotePreviewInvoicePaymentSettingsPaymentMethodTypeGrabpay QuotePreviewInvoicePaymentSettingsPaymentMethodType = "grabpay"
QuotePreviewInvoicePaymentSettingsPaymentMethodTypeIDEAL QuotePreviewInvoicePaymentSettingsPaymentMethodType = "ideal"
QuotePreviewInvoicePaymentSettingsPaymentMethodTypeKonbini QuotePreviewInvoicePaymentSettingsPaymentMethodType = "konbini"
QuotePreviewInvoicePaymentSettingsPaymentMethodTypeLink QuotePreviewInvoicePaymentSettingsPaymentMethodType = "link"
QuotePreviewInvoicePaymentSettingsPaymentMethodTypeP24 QuotePreviewInvoicePaymentSettingsPaymentMethodType = "p24"
QuotePreviewInvoicePaymentSettingsPaymentMethodTypePayNow QuotePreviewInvoicePaymentSettingsPaymentMethodType = "paynow"
QuotePreviewInvoicePaymentSettingsPaymentMethodTypePaypal QuotePreviewInvoicePaymentSettingsPaymentMethodType = "paypal"
QuotePreviewInvoicePaymentSettingsPaymentMethodTypePromptPay QuotePreviewInvoicePaymentSettingsPaymentMethodType = "promptpay"
Expand Down
2 changes: 2 additions & 0 deletions subscription.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,14 @@ const (
SubscriptionPaymentSettingsPaymentMethodTypeCard SubscriptionPaymentSettingsPaymentMethodType = "card"
SubscriptionPaymentSettingsPaymentMethodTypeCashApp SubscriptionPaymentSettingsPaymentMethodType = "cashapp"
SubscriptionPaymentSettingsPaymentMethodTypeCustomerBalance SubscriptionPaymentSettingsPaymentMethodType = "customer_balance"
SubscriptionPaymentSettingsPaymentMethodTypeEPS SubscriptionPaymentSettingsPaymentMethodType = "eps"
SubscriptionPaymentSettingsPaymentMethodTypeFPX SubscriptionPaymentSettingsPaymentMethodType = "fpx"
SubscriptionPaymentSettingsPaymentMethodTypeGiropay SubscriptionPaymentSettingsPaymentMethodType = "giropay"
SubscriptionPaymentSettingsPaymentMethodTypeGrabpay SubscriptionPaymentSettingsPaymentMethodType = "grabpay"
SubscriptionPaymentSettingsPaymentMethodTypeIDEAL SubscriptionPaymentSettingsPaymentMethodType = "ideal"
SubscriptionPaymentSettingsPaymentMethodTypeKonbini SubscriptionPaymentSettingsPaymentMethodType = "konbini"
SubscriptionPaymentSettingsPaymentMethodTypeLink SubscriptionPaymentSettingsPaymentMethodType = "link"
SubscriptionPaymentSettingsPaymentMethodTypeP24 SubscriptionPaymentSettingsPaymentMethodType = "p24"
SubscriptionPaymentSettingsPaymentMethodTypePayNow SubscriptionPaymentSettingsPaymentMethodType = "paynow"
SubscriptionPaymentSettingsPaymentMethodTypePaypal SubscriptionPaymentSettingsPaymentMethodType = "paypal"
SubscriptionPaymentSettingsPaymentMethodTypePromptPay SubscriptionPaymentSettingsPaymentMethodType = "promptpay"
Expand Down

0 comments on commit 954bb49

Please sign in to comment.