DebitCardRequestDto constructor
DebitCardRequestDto(
- String pan,
- String stan,
- String rrn,
- String pinBlock,
- String iccData,
- String track2Data,
- String postDataCode,
- String cardExpiryDate,
- String acceptorCode,
- String sequenceNumber,
- String serviceCode,
- String transactionCode,
- String terminalId,
- String merchantName,
- String customerName,
- String acquiringInstitutionalCode,
- String amount,
- 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
);