| Package | Description |
|---|---|
| be.feelio.mollie.data.method | |
| be.feelio.mollie.handler |
| Modifier and Type | Method and Description |
|---|---|
MethodResponse |
MethodResponse.MethodResponseBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<MethodResponse> |
MethodListResponse.getMethods() |
| Modifier and Type | Method and Description |
|---|---|
MethodListResponse.MethodListResponseBuilder |
MethodListResponse.MethodListResponseBuilder.methods(List<MethodResponse> methods) |
void |
MethodListResponse.setMethods(List<MethodResponse> methods) |
| Constructor and Description |
|---|
MethodListResponse(List<MethodResponse> methods) |
| Modifier and Type | Method and Description |
|---|---|
MethodResponse |
ProfileHandler.enableMyPaymentMethod(PaymentMethod paymentMethod)
Enable a payment method on an authenticated profile to use it with payments.
|
MethodResponse |
ProfileHandler.enableMyPaymentMethod(PaymentMethod paymentMethod,
QueryParams params)
Enable a payment method on an authenticated profile to use it with payments.
|
MethodResponse |
ProfileHandler.enablePaymentMethod(String profileId,
PaymentMethod paymentMethod)
Enable a payment method on a specific profile to use it with payments.
|
MethodResponse |
ProfileHandler.enablePaymentMethod(String profileId,
PaymentMethod paymentMethod,
QueryParams params)
Enable a payment method on a specific profile to use it with payments.
|
MethodResponse |
MethodHandler.getMethod(String methodId)
Retrieve a single method by its ID.
|
MethodResponse |
MethodHandler.getMethod(String methodId,
QueryParams params)
Retrieve a single method by its ID.
|
Copyright © 2020. All rights reserved.