Skip to content

Commit

Permalink
Add currency
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Apr 12, 2021
1 parent e893613 commit 74d9521
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions checkout_session.go
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ type CheckoutSessionPaymentMethodOptionsACSSDebitMandateOptions struct {

// CheckoutSessionPaymentMethodOptionsACSSDebit represent the options for acss debit on payment_method_options.
type CheckoutSessionPaymentMethodOptionsACSSDebit struct {
Currency string `json:"currency"`
MandateOptions *CheckoutSessionPaymentMethodOptionsACSSDebitMandateOptions `json:"mandate_options"`
VerificationMethod CheckoutSessionPaymentMethodOptionsACSSDebitVerificationMethod `json:"verification_method"`
}
Expand Down

0 comments on commit 74d9521

Please sign in to comment.