PaymentMethod constructor
PaymentMethod(- {bool isActive,
- String last4Digits,
- String resource,
- String createdAt,
- bool isVerified,
- String uri,
- String expirationYear,
- String first4Digits,
- String updatedAt,
- bool isValid,
- String cardBrand,
- String expirationMonth,
- String fingerprint,
- String id,
- VerificationChecklist verificationChecklist,
- String holderName,
- String customer}
)
Implementation
PaymentMethod(
{this.isActive,
this.last4Digits,
this.resource,
this.createdAt,
this.isVerified,
this.uri,
this.expirationYear,
this.first4Digits,
this.updatedAt,
this.isValid,
this.cardBrand,
this.expirationMonth,
this.fingerprint,
this.id,
this.verificationChecklist,
this.holderName,
this.customer});