Customer constructor

Customer(
  1. IuguClient client
)

Implementation

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