PaymentResult class

Annotations
  • @JsonSerializable()

Constructors

PaymentResult({required String transactionId, required String note, required String appAction, required int time, required PaymentType type, required double satoshiFees, required double satoshiAmount, required double fiatExchangeRate, required String fiatCurrencyCode, required List<TransactionParticipant> participants, required List<Attachment> attachments})
PaymentResult.fromJson(Map<String, dynamic> json)
factory

Properties

appAction String
final
attachments List<Attachment>
final
fiatCurrencyCode String
ISO4218: "USD", "EUR", ...
final
fiatExchangeRate double
final
hashCode int
The hash code for this object.
no setteroverride
note String
final
participants List<TransactionParticipant>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
satoshiAmount double
final
satoshiFees double
final
time int
final
transactionId String
final
type PaymentType
final

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 o) bool
The equality operator.
override