PaymentRequest class

Annotations
  • @JsonSerializable()

Constructors

PaymentRequest({String? assetId, String? amount, String? addressId, String? opponentId, String? opponentKey, OpponentMultisig? opponentMultisig, String? pin, String? pinBase64, String? traceId, String? memo, String? destination, String? rawPaymentUrl})
PaymentRequest.fromJson(Map<String, dynamic> json)
factory

Properties

addressId String?
final
amount String?
final
assetId String?
final
destination String?
final
hashCode int
The hash code for this object.
no setterinherited
memo String?
final
opponentId String?
final
opponentKey String?
final
opponentMultisig OpponentMultisig?
final
pin String?
final
pinBase64 String?
final
rawPaymentUrl String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
traceId String?
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 other) bool
The equality operator.
inherited