CreateCustomerResponse constructor
CreateCustomerResponse({
- String? status,
- String? message,
- CustomerData? data,
Implementation
CreateCustomerResponse({
this.status,
this.message,
this.data,
});