CustomerInformationNeededResponse
in package
Response data indicating which customer information fields are required.
Contains a list of field names that must be submitted via SEP-12 KYC API before the anchor can process the deposit or withdrawal operation.
This response is included in CustomerInformationNeededException when the anchor needs additional customer data.
Tags
Table of Contents
Properties
- $fields : array<string|int, string>
Methods
- fromJson() : CustomerInformationNeededResponse
- Constructs a new instance of CustomerInformationNeededResponse by using the given data.
Properties
$fields
public
array<string|int, string>
$fields
= array()
A list of field names that need to be transmitted via SEP-12 for the deposit to proceed.
Methods
fromJson()
Constructs a new instance of CustomerInformationNeededResponse by using the given data.
public
static fromJson(array<string|int, mixed> $json) : CustomerInformationNeededResponse
Parameters
- $json : array<string|int, mixed>
-
the data to construct the object from.
Return values
CustomerInformationNeededResponse —the object containing the parsed data.