OnrampPurchase class

Constructors

OnrampPurchase()

Properties

appliedFee double?
getter/setter pair
asset PurchaseAssetInfo?
getter/setter pair
assetExchangeRate double?
getter/setter pair
baseRampFee double?
getter/setter pair
createdAt String?
getter/setter pair
cryptoAmount String?
getter/setter pair
endTime String?
getter/setter pair
escrowAddress String?
getter/setter pair
escrowDetailsHash String?
getter/setter pair
fiatCurrency String?
getter/setter pair
fiatValue int?
getter/setter pair
finalTxHash String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
networkFee double?
getter/setter pair
paymentMethodType String?
getter/setter pair
receiverAddress String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
getter/setter pair
updatedAt String?
getter/setter pair

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

Static Methods

fromArguments(dynamic arguments) OnrampPurchase