| Package | Description |
|---|---|
| be.feelio.mollie.data.settlement |
| Modifier and Type | Method and Description |
|---|---|
SettlementStatus |
SettlementResponse.getStatus() |
static SettlementStatus |
SettlementStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SettlementStatus[] |
SettlementStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SettlementResponse.setStatus(SettlementStatus status) |
SettlementResponse.SettlementResponseBuilder |
SettlementResponse.SettlementResponseBuilder.status(SettlementStatus status) |
| Constructor and Description |
|---|
SettlementResponse(String resource,
String id,
String reference,
Date createdAt,
Date settledAt,
SettlementStatus status,
Amount amount,
HashMap<Integer,HashMap<Integer,PeriodResponse>> periods,
String invoiceId,
SettlementLinks links) |
Copyright © 2020. All rights reserved.