createCustomerResponseFromJson function
Implementation
CreateCustomerResponse createCustomerResponseFromJson(String str) =>
CreateCustomerResponse.fromJson(json.decode(str));
CreateCustomerResponse createCustomerResponseFromJson(String str) =>
CreateCustomerResponse.fromJson(json.decode(str));