GetCustomerInfoResponse class

Represents a customer info request response.

Inheritance

Constructors

GetCustomerInfoResponse(String? id, String? status, Map<String, GetCustomerInfoField?>? fields, Map<String, GetCustomerInfoProvidedField?>? providedFields, String? message)
GetCustomerInfoResponse.fromJson(Map<String, dynamic> json)
factory

Properties

fields Map<String, GetCustomerInfoField?>?
(optional) An object containing the fields the anchor has not yet received for the given customer of the type provided in the request. Required for customers in the NEEDS_INFO status. See Fields for more detailed information.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
(optional) ID of the customer, if the customer has already been created via a PUT /customer request.
getter/setter pair
message String?
(optional) Human readable message describing the current state of customer's KYC process.
getter/setter pair
providedFields Map<String, GetCustomerInfoProvidedField?>?
(optional) An object containing the fields the anchor has received for the given customer. Required for customers whose information needs verification via customerVerification.
getter/setter pair
rateLimitLimit int?
getter/setter pairinherited
rateLimitRemaining int?
getter/setter pairinherited
rateLimitReset int?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
Status of the customers KYC process.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setHeaders(Map<String, String> headers) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited