GetCustomerInfoRequest 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 memo_type 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
-
lang
↔ String
-
(optional) Defaults to en. Language code specified using ISO 639-1. Human readable descriptions, choices, and messages should be in this language.
read / write
-
memo
↔ String
-
(optional) a properly formatted memo that uniquely identifies a customer. This value is generated by the client making the request. This parameter and memo_type are identical to the PUT request parameters of the same name.
read / write
-
memoType
↔ String
-
(optional) type of memo. One of text, id or hash. If hash, memo should be base64-encoded.
read / write
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
-
type
↔ String
-
(optional) the type of action the customer is being KYCd for. See the Type Specification here:
https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0012.md#type-specification
read / write