PutCustomerInfoRequest class

Constructors

PutCustomerInfoRequest()

Properties

account String?
(optional) The Stellar account ID to upload KYC data for. If specified, id should not be specified.
getter/setter pair
customFields Map<String, String>?
Custom fields that you can use for transmission (fieldname,value)
getter/setter pair
customFiles Map<String, Uint8List>?
Custom files that you can use for transmission (fieldname, value)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
(optional) The id value returned from a previous call to this endpoint. If specified, no other parameter is required.
getter/setter pair
jwt String?
jwt previously received from the anchor via the SEP-10 authentication flow
getter/setter pair
kycFields StandardKYCFields?
getter/setter pair
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.
getter/setter pair
memoType String?
(optional) type of memo. One of text, id or hash. If hash, memo should be base64-encoded.
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