PaymentRequestDoc class

Constructors

PaymentRequestDoc(RequestDoc requestDoc, RequestStatus status)

Properties

contextId String?
no setter
fromAccount AccountInfo?
getter/setter pair
fromAccountId String
no setter
hashCode int
The hash code for this object.
no setterinherited
request CreateTransfer
no setter
requestDoc RequestDoc
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status RequestStatus
getter/setter pair
timestamp DateTime
no setter
toAccount AccountInfo?
getter/setter pair
toAccountId String
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
populateAccountInfo({required M10Sdk sdk, required String operator}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

from(List<TransactionDoc> transactions) PaymentRequestDoc?