SessionCard constructor
const
SessionCard({
- CheckoutCardInstallmentsOptions? installments,
- CheckoutCardPaymentMethodOptionsRequestThreeDSecure? requestThreeDSecure,
- SessionSetupFutureUsage? setupFutureUsage,
- String? statementDescriptorSuffixKana,
- String? statementDescriptorSuffixKanji,
payment_method_options_param
contains details about the Card payment method options.
Implementation
const SessionCard({
this.installments,
this.requestThreeDSecure,
this.setupFutureUsage,
this.statementDescriptorSuffixKana,
this.statementDescriptorSuffixKanji,
});