DepositRequest class

Constructors

DepositRequest()

Properties

account String
The stellar account ID of the user that wants to deposit. This is where the asset token will be sent.
read / write
amount String
(optional) The amount of the asset the user would like to deposit with the anchor. This field may be necessary for the anchor to determine what KYC information is necessary to collect.
read / write
assetCode String
The code of the asset the user is wanting to deposit with the anchor. Ex BTC,ETH,USD,INR,etc.
read / write
claimableBalanceSupported String
(optional) true if the client supports receiving deposit transactions as a claimable balance, false otherwise.
read / write
countryCode String
(optional) The ISO 3166-1 alpha-3 code of the user's current address. This field may be necessary for the anchor to determine what KYC information is necessary to collect.
read / write
emailAddress String
(optional) Email address of depositor. If desired, an anchor can use this to send email updates to the user about the deposit.
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
jwt String
jwt previously received from the anchor via the SEP-10 authentication flow
read / write
lang String
(optional) Defaults to en. Language code specified using ISO 639-1. error fields in the response should be in this language.
read / write
memo String
(optional) value of memo to attach to transaction, for hash this should be base64-encoded
read / write
memoType String
(optional) type of memo that anchor should attach to the Stellar payment transaction, one of text, id or hash
read / write
onChangeCallback String
(optional) A URL that the anchor should POST a JSON message to when the status property of the transaction created as a result of this request changes. The JSON message should be identical to the response format for the /transaction endpoint.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
type String
(optional) Type of deposit. If the anchor supports multiple deposit methods (e.g. SEPA or SWIFT), the wallet should specify type. This field may be necessary for the anchor to determine which KYC fields to collect.
read / write
walletName String
(optional) In communications / pages about the deposit, anchor should display the wallet name to the user to explain where funds are going.
read / write
walletUrl String
(optional) Anchor should link to this when notifying the user that the transaction has completed.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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