PaymentTransactionResponse class

Annotations
  • @JsonSerializable(fieldRename: FieldRename.kebab)

Constructors

PaymentTransactionResponse({required int amount, required int closeAmount, required String receiver, String? closeRemainderTo})
PaymentTransactionResponse.fromJson(Map<String, dynamic> json)
factory

Properties

amount int
Number of MicroAlgos intended to be transferred.
final
closeAmount int
Number of MicroAlgos that were sent to the close-remainder-to address when closing the sender account.
final
closeRemainderTo String?
When set, indicates that the sending account should be closed and all remaining funds be transferred to this address.
final
hashCode int
The hash code for this object.
no setterinherited
receiver String
Receiver's address.
final
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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