DebitCardRequestDto class
Constructors
- 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)
-
DebitCardRequestDto.fromMap(Map<
String, dynamic> map)
Properties
- acceptorCode ↔ String
-
getter/setter pair
- accountType ↔ String
-
getter/setter pair
- acquiringInstitutionalCode ↔ String
-
getter/setter pair
- amount ↔ String
-
getter/setter pair
- cardExpiryDate ↔ String
-
getter/setter pair
- customerName ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- iccData ↔ String
-
getter/setter pair
- merchantName ↔ String
-
getter/setter pair
- pan ↔ String
-
getter/setter pair
- pinBlock ↔ String
-
getter/setter pair
- postDataCode ↔ String
-
getter/setter pair
- rrn ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sequenceNumber ↔ String
-
getter/setter pair
- serviceCode ↔ String
-
getter/setter pair
- stan ↔ String
-
getter/setter pair
- terminalId ↔ String
-
getter/setter pair
- track2Data ↔ String
-
getter/setter pair
- transactionCode ↔ String
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited