GetCustomerInfoProvidedField class

The provided CustomerInfoProvidedField object defines the pieces of information the anchor has received for the customer. It is not required unless one or more of provided fields require verification via customerVerification.

Inheritance

Constructors

GetCustomerInfoProvidedField(String type, String description, List<String> choices, bool optional, String status, String error)
GetCustomerInfoProvidedField.fromJson(Map<String, dynamic> json)
factory

Properties

choices List<String>
(optional) An array of valid values for this field.
read / write
description String
A human-readable description of this field, especially important if this is not a SEP-9 field.
read / write
error String
(optional) The human readable description of why the field is REJECTED.
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
optional bool
(optional) A boolean whether this field is required to proceed or not. Defaults to false.
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
(optional) One of the values described here: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0012.md#field-statuses If the server does not wish to expose which field(s) were accepted or rejected, this property will be omitted.
read / write
type String
The data type of the field value. Can be "string", "binary", "number", or "date".
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