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-onlyinherited
optional bool?
(optional) A boolean whether this field is required to proceed or not. Defaults to false.
read / write
rateLimitLimit int?
read / writeinherited
rateLimitRemaining int?
read / writeinherited
rateLimitReset int?
read / writeinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
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 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