ECheck constructor

ECheck({
  1. String? id,
  2. String? created,
  3. String? amount,
  4. String? description,
  5. PaymentContext? context,
  6. String? token,
  7. String? authCode,
  8. ECheckStatus? status,
  9. BankAccount? bankAccount,
  10. String? bankAccountOnFile,
  11. String? checkNumber,
  12. 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
});