fields property

Map<String, GetCustomerInfoField?>? fields
getter/setter pair

(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.

Implementation

Map<String, GetCustomerInfoField?>? fields;