TransactionStatusResultParameters class

Constructors

TransactionStatusResultParameters.fromMap(Map<String, dynamic> rawResponse)

Properties

amount double?
read / write
conversationID String?
read / write
creditPartyPublicName String?
read / write
debitAccountType String?
read / write
debitPartyCharges String?
read / write
debitPartyPublicName String?
read / write
finalisedTime DateTime?
read / write
hashCode int
The hash code for this object.
read-onlyinherited
initiatedTime DateTime?
read / write
originatorConversationID String?
read / write
rawResponse Map<String, dynamic>
read / write
reasonType String?
read / write
receiptNo String?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
transactionReason String?
read / write
transactionStatus String?
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited