TransactionResult class

Constructors

TransactionResult()

Properties

hashCode int
The hash code for this object.
no setterinherited
installment_months String?
Transaction installment value
getter/setter pair
installment_type String?
Transaction installment type
getter/setter pair
payment_hash String?
Payment integrity validation hash
getter/setter pair
payment_uuid String?
Payment unique identifier
getter/setter pair
response_approved bool?
Response is financial approved
getter/setter pair
response_avs String?
Address verification code response
getter/setter pair
response_cavv String?
CAVV network evaluation result code
getter/setter pair
response_code String?
Proccesor response code
getter/setter pair
response_cvn String?
CVV2 result response code
getter/setter pair
response_incomplete bool?
Response fatal not completed or excecution interrupted
getter/setter pair
response_reason String?
Proccesor response message
getter/setter pair
response_time String?
Network response time
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transaction_amount double?
Initial or registered transaction amount
getter/setter pair
transaction_approved_amount double?
Approved amount on capture/sale
getter/setter pair
transaction_auth String?
Transaction AUTH reference code
getter/setter pair
transaction_date String?
Transaction result date
getter/setter pair
transaction_id String?
Transaction identifier
getter/setter pair
transaction_merchant String?
Transaction network merchant ID
getter/setter pair
transaction_redeemed_points double?
Transaction redeemed points
getter/setter pair
transaction_reference String?
Transaction STAN, proccesor transacction identifier or transaction reference
getter/setter pair
transaction_terminal String?
Transacction network terminal ID
getter/setter pair
transaction_time String?
Transaction result time
getter/setter pair
transaction_type String?
Transaction response type
getter/setter pair

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

Static Methods

fromResponse(Response response) TransactionResult
Convert success response to transaction entity
validateResponse(Response response) bool
Validate if response type is valid for parse