GetCustomerInfoResponse class
Represents a customer info request response.
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.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- id ↔ String
-
(optional) ID of the customer, if the customer has already been created via a PUT /customer request.
read / write
- message ↔ String
-
(optional) Human readable message describing the current state of customer's KYC process.
read / write
-
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.
read / write
- rateLimitLimit ↔ int
-
read / write, inherited
- rateLimitRemaining ↔ int
-
read / write, inherited
- rateLimitReset ↔ int
-
read / write, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- status ↔ String
-
Status of the customers KYC process.
read / write
Methods
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent 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