| Package | Description |
|---|---|
| be.feelio.mollie.data.customer | |
| be.feelio.mollie.handler |
| Modifier and Type | Method and Description |
|---|---|
CustomerResponse |
CustomerResponse.CustomerResponseBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<CustomerResponse> |
CustomerListResponse.getCustomers() |
| Modifier and Type | Method and Description |
|---|---|
CustomerListResponse.CustomerListResponseBuilder |
CustomerListResponse.CustomerListResponseBuilder.customers(List<CustomerResponse> customers) |
void |
CustomerListResponse.setCustomers(List<CustomerResponse> customers) |
| Constructor and Description |
|---|
CustomerListResponse(List<CustomerResponse> customers) |
| Modifier and Type | Method and Description |
|---|---|
CustomerResponse |
CustomerHandler.createCustomer(CustomerRequest body)
Creates a simple minimal representation of a customer in the Mollie API to use for the Mollie Checkout and Recurring features.
|
CustomerResponse |
CustomerHandler.createCustomer(CustomerRequest body,
QueryParams params)
Creates a simple minimal representation of a customer in the Mollie API to use for the Mollie Checkout and Recurring features.
|
CustomerResponse |
CustomerHandler.getCustomer(String customerId)
Retrieve a single customer by its ID.
|
CustomerResponse |
CustomerHandler.getCustomer(String customerId,
QueryParams params)
Retrieve a single customer by its ID.
|
CustomerResponse |
CustomerHandler.updateCustomer(String customerId,
CustomerRequest body)
Update an existing customer.
|
CustomerResponse |
CustomerHandler.updateCustomer(String customerId,
CustomerRequest body,
QueryParams params)
Update an existing customer.
|
Copyright © 2020. All rights reserved.