RepayModel constructor

RepayModel({
  1. String? accountNumber,
  2. String? ifscCode,
  3. String? beneficiaryName,
  4. String? bankName,
  5. String? branchName,
  6. String? type,
})

Implementation

RepayModel({
  this.accountNumber,
  this.ifscCode,
  this.beneficiaryName,
  this.bankName,
  this.branchName,
  this.type,
  this.bankLogo,
});