| Package | Description |
|---|---|
| be.woutschoovaerts.mollie.data.method |
| Modifier and Type | Method and Description |
|---|---|
MethodStatus |
MethodResponse.getStatus() |
static MethodStatus |
MethodStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodStatus[] |
MethodStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MethodResponse.setStatus(MethodStatus status) |
MethodResponse.MethodResponseBuilder |
MethodResponse.MethodResponseBuilder.status(MethodStatus status) |
| Constructor and Description |
|---|
MethodResponse(String resource,
String id,
String description,
Amount minimumAmount,
Amount maximumAmount,
Image image,
MethodStatus status,
MethodLinks links,
List<SimpleMethodResponse> issuers,
List<MethodPricing> pricing) |
Copyright © 2022. All rights reserved.