DebitCardRequestDto constructor

DebitCardRequestDto(
  1. String pan,
  2. String stan,
  3. String rrn,
  4. String pinBlock,
  5. String iccData,
  6. String track2Data,
  7. String postDataCode,
  8. String cardExpiryDate,
  9. String acceptorCode,
  10. String sequenceNumber,
  11. String serviceCode,
  12. String transactionCode,
  13. String terminalId,
  14. String merchantName,
  15. String customerName,
  16. String acquiringInstitutionalCode,
  17. String amount,
  18. String accountType,
)

Implementation

DebitCardRequestDto(
    this.pan,
    this.stan,
    this.rrn,
    this.pinBlock,
    this.iccData,
    this.track2Data,
    this.postDataCode,
    this.cardExpiryDate,
    this.acceptorCode,
    this.sequenceNumber,
    this.serviceCode,
    this.transactionCode,
    this.terminalId,
    this.merchantName,
    this.customerName,
    this.acquiringInstitutionalCode,
    this.amount,
    this.accountType
    );