PaymentMethodDetailsCard constructor
const
PaymentMethodDetailsCard({
- int? amountAuthorized,
- String? brand,
- DateTime? captureBefore,
- PaymentMethodCardChecks? checks,
- String? country,
- String? description,
- required int expMonth,
- required int expYear,
- PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceEnterpriseFeaturesExtendedAuthorizationExtendedAuthorization? extendedAuthorization,
- String? fingerprint,
- String? funding,
- String? iin,
- PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceEnterpriseFeaturesIncrementalAuthorizationIncrementalAuthorization? incrementalAuthorization,
- PaymentMethodDetailsCardInstallments? installments,
- String? issuer,
- String? last4,
- String? mandate,
- bool? moto,
- PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceMulticapture? multicapture,
- String? network,
- PaymentMethodDetailsCardNetworkToken? networkToken,
- PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceEnterpriseFeaturesOvercaptureOvercapture? overcapture,
- PaymentMethodDetailsCardThreeDSecure? threeDSecure,
- PaymentMethodDetailsCardWallet? wallet,
payment_method_details_card
Implementation
const PaymentMethodDetailsCard({
this.amountAuthorized,
this.brand,
this.captureBefore,
this.checks,
this.country,
this.description,
required this.expMonth,
required this.expYear,
this.extendedAuthorization,
this.fingerprint,
this.funding,
this.iin,
this.incrementalAuthorization,
this.installments,
this.issuer,
this.last4,
this.mandate,
this.moto,
this.multicapture,
this.network,
this.networkToken,
this.overcapture,
this.threeDSecure,
this.wallet,
});