Skip to content

Commit

Permalink
Merge pull request #890 from stripe/remi-add-sfu-session
Browse files Browse the repository at this point in the history
Add support for SetupFutureUsage on Checkout Session
  • Loading branch information
remi-stripe authored Jul 5, 2019
2 parents 8e44a97 + a5f21c5 commit 06de130
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 @@ -52,6 +52,7 @@ type CheckoutSessionPaymentIntentDataParams struct {
Description *string `form:"description"`
OnBehalfOf *string `form:"on_behalf_of"`
ReceiptEmail *string `form:"receipt_email"`
SetupFutureUsage *string `form:"setup_future_usage"`
Shipping *ShippingDetailsParams `form:"shipping"`
StatementDescriptor *string `form:"statement_descriptor"`
TransferData *CheckoutSessionPaymentIntentDataTransferDataParams `form:"transfer_data"`
Expand Down

0 comments on commit 06de130

Please sign in to comment.