TransactionRefundPayment class

Part of the transaction result.

Constructors

TransactionRefundPayment(String id, String idType, String amount, String fee)
TransactionRefundPayment.fromJson(Map<String, dynamic> json)
factory

Properties

amount String
The amount sent back to the user for the payment identified by id, in units of amount_in_asset.
getter/setter pair
fee String
The amount charged as a fee for processing the refund, in units of amount_in_asset.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
The payment ID that can be used to identify the refund payment. This is either a Stellar transaction hash or an off-chain payment identifier, such as a reference number provided to the user when the refund was initiated. This id is not guaranteed to be unique.
getter/setter pair
idType String
stellar or external.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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