Package com.inttegro
Class Client.CustomersClient
java.lang.Object
com.inttegro.Client.CustomersClient
- Enclosing class:
- Client
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(CreateCustomerParams params) page(PageCustomersParams params) update(UpdateCustomerParams params)
-
Constructor Details
-
CustomersClient
-
-
Method Details
-
create
public Customer create(CreateCustomerParams params) throws IOException, InterruptedException, ApiException -
lookup
-
update
public Customer update(UpdateCustomerParams params) throws IOException, InterruptedException, ApiException -
page
public CustomersPage page(PageCustomersParams params) throws IOException, InterruptedException, ApiException
-