GetCustomerInfoResponse constructor
- String id,
- String status,
- Map<
String, GetCustomerInfoField> fields, - Map<
String, GetCustomerInfoProvidedField> providedFields, - String message
Implementation
GetCustomerInfoResponse(
this.id, this.status, this.fields, this.providedFields, this.message);