GetCustomerInfoRequest class

Constructors

GetCustomerInfoRequest()

Properties

account String?
(depricated optional) The server should infer the account from the sub value in the SEP-10 JWT to identify the customer. The account parameter is only used for backwards compatibility, and if explicitly provided in the request body it should match the sub value of the decoded SEP-10 JWT.
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
lang String?
(optional) Defaults to en. Language code specified using ISO 639-1. Human readable descriptions, choices, and messages should be in this language.
getter/setter pair
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.
getter/setter pair
memoType String?
(deprecated, optional) type of memo. One of text, id or hash. Deprecated because memos should always be of type id, although anchors should continue to support this parameter for outdated clients. If hash, memo should be base64-encoded. If a memo is present in the decoded SEP-10 JWT's sub value, this parameter can be ignored. See the Shared Accounts section for more information.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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
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