PutCustomerCallbackRequest class
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.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
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.
getter/setter pair
-
jwt
↔ String?
-
jwt previously received from the anchor via the SEP-10 authentication flow
getter/setter pair
-
memo
↔ String?
-
(optional) The memo used to create the customer record.
getter/setter pair
-
memoType
↔ String?
-
(optional) The type of memo used to create the customer record.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
url
↔ String?
-
A callback URL that the SEP-12 server will POST to when the state of the account changes.
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