PutCustomerCallbackRequest class

Constructors

PutCustomerCallbackRequest()

Properties

account String
(optional) The Stellar account ID used to identify this customer. If many customers share the same Stellar account, the memo and memoType parameters should be included as well.
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
id String
(optional) The ID of the customer as returned in the response of a previous PUT request. If the customer has not been registered, they do not yet have an id.
read / write
jwt String
jwt previously received from the anchor via the SEP-10 authentication flow
read / write
memo String
(optional) The memo used to create the customer record.
read / write
memoType String
(optional) The type of memo used to create the customer record.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
url String
A callback URL that the SEP-12 server will POST to when the state of the account changes.
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