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.
getter/setter pair
description String?
A human-readable description of this field, especially important if this is not a SEP-9 field.
getter/setter pair
error String?
(optional) The human readable description of why the field is REJECTED.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
optional bool?
(optional) A boolean whether this field is required to proceed or not. Defaults to false.
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?
(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.
getter/setter pair
type String?
The data type of the field value. Can be "string", "binary", "number", or "date".
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