SetupAttemptPaymentMethodDetailsCard constructor
const
SetupAttemptPaymentMethodDetailsCard({
- String? brand,
- PaymentMethodDetailsCardChecks? checks,
- String? country,
- String? description,
- int? expMonth,
- int? expYear,
- String? fingerprint,
- String? funding,
- String? iin,
- String? issuer,
- String? last4,
- String? network,
- SetupAttemptPaymentMethodDetailsCardThreeDSecure? threeDSecure,
- SetupAttemptPaymentMethodDetailsCardWallet? wallet,
setup_attempt_payment_method_details_card
Implementation
const SetupAttemptPaymentMethodDetailsCard({
this.brand,
this.checks,
this.country,
this.description,
this.expMonth,
this.expYear,
this.fingerprint,
this.funding,
this.iin,
this.issuer,
this.last4,
this.network,
this.threeDSecure,
this.wallet,
});