Skip to content

Latest commit

 

History

History
78 lines (51 loc) · 1.78 KB

File metadata and controls

78 lines (51 loc) · 1.78 KB

TransactionCreatePaymentMethod

The optional payment method to use for this transaction. This field is required if no gift_cards have been added.

Supported Types

CardWithUrlPaymentMethodCreate

TransactionCreatePaymentMethod.CreateCardWithUrlPaymentMethodCreate(/* values here */);

RedirectPaymentMethodCreate

TransactionCreatePaymentMethod.CreateRedirectPaymentMethodCreate(/* values here */);

TokenPaymentMethodCreate

TransactionCreatePaymentMethod.CreateTokenPaymentMethodCreate(/* values here */);

ApplePayPaymentMethodCreate

TransactionCreatePaymentMethod.CreateApplePayPaymentMethodCreate(/* values here */);

ClickToPayPaymentMethodCreate

TransactionCreatePaymentMethod.CreateClickToPayPaymentMethodCreate(/* values here */);

ClickToPayFPANPaymentMethodCreate

TransactionCreatePaymentMethod.CreateClickToPayFPANPaymentMethodCreate(/* values here */);

GooglePayPaymentMethodCreate

TransactionCreatePaymentMethod.CreateGooglePayPaymentMethodCreate(/* values here */);

GooglePayFPANPaymentMethodCreate

TransactionCreatePaymentMethod.CreateGooglePayFPANPaymentMethodCreate(/* values here */);

NetworkTokenPaymentMethodCreate

TransactionCreatePaymentMethod.CreateNetworkTokenPaymentMethodCreate(/* values here */);

PlaidPaymentMethodCreate

TransactionCreatePaymentMethod.CreatePlaidPaymentMethodCreate(/* values here */);

BaseBankPaymentMethodCreate

TransactionCreatePaymentMethod.CreateBaseBankPaymentMethodCreate(/* values here */);

CheckoutSessionWithUrlPaymentMethodCreate

TransactionCreatePaymentMethod.CreateCheckoutSessionWithUrlPaymentMethodCreate(/* values here */);