GetCustomerInfoResponse constructor

GetCustomerInfoResponse(
  1. String? id,
  2. String? status,
  3. Map<String, GetCustomerInfoField?>? fields,
  4. Map<String, GetCustomerInfoProvidedField?>? providedFields,
  5. String? message,
)

Implementation

GetCustomerInfoResponse(this.id, this.status, this.fields, this.providedFields, this.message);