ECheck constructor
ECheck({
- String? id,
- String? created,
- String? amount,
- String? description,
- PaymentContext? context,
- String? token,
- String? authCode,
- ECheckStatus? status,
- BankAccount? bankAccount,
- String? bankAccountOnFile,
- String? checkNumber,
- String? paymentMode,
Implementation
ECheck({
this.id, this.created, this.amount, this.description,
this.context, this.token, this.authCode, this.status,
this.bankAccount, this.bankAccountOnFile, this.checkNumber,
this.paymentMode
});