PaymentIntentPaymentMethodOptionsCard constructor
const
PaymentIntentPaymentMethodOptionsCard({
- PaymentIntentPaymentMethodOptionsCardInstallments? installments,
- PaymentIntentPaymentMethodOptionsCardMandateOptions? mandateOptions,
- PaymentIntentPaymentMethodOptionsCardNetwork? network,
- PaymentIntentPaymentMethodOptionsCardRequestExtendedAuthorization? requestExtendedAuthorization,
- PaymentIntentPaymentMethodOptionsCardRequestExtendedAuthorization? requestIncrementalAuthorization,
- PaymentIntentPaymentMethodOptionsCardRequestExtendedAuthorization? requestMulticapture,
- PaymentIntentPaymentMethodOptionsCardRequestExtendedAuthorization? requestOvercapture,
- InvoicePaymentMethodOptionsCardRequestThreeDSecure? requestThreeDSecure,
- bool? requireCvcRecollection,
- CheckoutAcssDebitPaymentMethodOptionsSetupFutureUsage? setupFutureUsage,
- String? statementDescriptorSuffixKana,
- String? statementDescriptorSuffixKanji,
payment_intent_payment_method_options_card
Implementation
const PaymentIntentPaymentMethodOptionsCard({
this.installments,
this.mandateOptions,
this.network,
this.requestExtendedAuthorization,
this.requestIncrementalAuthorization,
this.requestMulticapture,
this.requestOvercapture,
this.requestThreeDSecure,
this.requireCvcRecollection,
this.setupFutureUsage,
this.statementDescriptorSuffixKana,
this.statementDescriptorSuffixKanji,
});