PutCustomerInfoRequest class
Properties
-
account
↔ String
-
(optional) The Stellar account ID to upload KYC data for. If specified, id should not be specified.
read / write
-
customFields
↔ Map<String, String>
-
Custom fields that you can use for transmission (fieldname,value)
read / write
-
customFiles
↔ Map<String, Uint8List>
-
Custom files that you can use for transmission (fieldname, value)
read / write
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
id
↔ String
-
(optional) The id value returned from a previous call to this endpoint. If specified, no other parameter is required.
read / write
-
jwt
↔ String
-
jwt previously received from the anchor via the SEP-10 authentication flow
read / write
-
kycFields
↔ StandardKYCFields
-
read / write
-
memo
↔ String
-
(optional) Uniquely identifies individual customers in schemes where multiple customers share one Stellar address (ex. SEP-31). If included, the KYC data will only apply to all requests that include this memo.
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