| Package | Description |
|---|---|
| be.feelio.mollie.data.customer | |
| be.feelio.mollie.handler |
| Modifier and Type | Method and Description |
|---|---|
CustomerRequest |
CustomerRequest.CustomerRequestBuilder.build() |
| 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.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.