PaymentMethod constructor
PaymentMethod(- dynamic id,
- dynamic createdAt,
- dynamic updatedAt,
- dynamic objectType,
- dynamic mode,
- String? bankName,
- String? brand,
- String? country,
- DateTime? disabledAt,
- int? expMonth,
- int? expYear,
- String? last4,
- String? name,
- bool? isVerified
)
Implementation
PaymentMethod(
id,
createdAt,
updatedAt,
objectType,
mode,
this.bankName,
this.brand,
this.country,
this.disabledAt,
this.expMonth,
this.expYear,
this.last4,
this.name,
this.isVerified,
) : super(id, createdAt, updatedAt, objectType, mode);