SourceTypeCard constructor
const
SourceTypeCard({
- String? addressLine1Check,
- String? addressZipCheck,
- String? brand,
- String? country,
- String? cvcCheck,
- String? description,
- String? dynamicLast4,
- int? expMonth,
- int? expYear,
- String? fingerprint,
- String? funding,
- String? iin,
- String? issuer,
- String? last4,
- String? name,
- String? threeDSecure,
- String? tokenizationMethod,
Implementation
const SourceTypeCard({
this.addressLine1Check,
this.addressZipCheck,
this.brand,
this.country,
this.cvcCheck,
this.description,
this.dynamicLast4,
this.expMonth,
this.expYear,
this.fingerprint,
this.funding,
this.iin,
this.issuer,
this.last4,
this.name,
this.threeDSecure,
this.tokenizationMethod,
});