EcmpRecipientInfo constructor

EcmpRecipientInfo({
  1. String? walletOwner,
  2. String? walletId,
  3. String? country,
  4. String? pan,
  5. String? cardHolder,
  6. String? address,
  7. String? city,
  8. String? stateCode,
})

Implementation

EcmpRecipientInfo({
  this.walletOwner,
  this.walletId,
  this.country,
  this.pan,
  this.cardHolder,
  this.address,
  this.city,
  this.stateCode,
});