Customer constructor
Customer(
- IuguClient client
Implementation
Customer(IuguClient client) {
apiResource = APIResource(client.properties.dio, "/customers");
}
Customer(IuguClient client) {
apiResource = APIResource(client.properties.dio, "/customers");
}