| Package | Description |
|---|---|
| be.feelio.mollie.data.settlement | |
| be.feelio.mollie.handler |
| Modifier and Type | Method and Description |
|---|---|
SettlementResponse |
SettlementResponse.SettlementResponseBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<SettlementResponse> |
SettlementListResponse.getSettlements() |
| Modifier and Type | Method and Description |
|---|---|
void |
SettlementListResponse.setSettlements(List<SettlementResponse> settlements) |
SettlementListResponse.SettlementListResponseBuilder |
SettlementListResponse.SettlementListResponseBuilder.settlements(List<SettlementResponse> settlements) |
| Constructor and Description |
|---|
SettlementListResponse(List<SettlementResponse> settlements) |
| Modifier and Type | Method and Description |
|---|---|
SettlementResponse |
SettlementHandler.getNextSettlement()
Retrieve the details of the current settlement that has not yet been paid out.
|
SettlementResponse |
SettlementHandler.getNextSettlement(QueryParams params)
Retrieve the details of the current settlement that has not yet been paid out.
|
SettlementResponse |
SettlementHandler.getOpenSettlement()
Retrieve the details of the open balance of the organization.
|
SettlementResponse |
SettlementHandler.getOpenSettlement(QueryParams params)
Retrieve the details of the open balance of the organization.
|
SettlementResponse |
SettlementHandler.getSettlement(String id)
Successful payments, together with refunds, captures and chargebacks are collected into settlements, which are then paid out according to your organization’s payout schedule.
|
SettlementResponse |
SettlementHandler.getSettlement(String id,
QueryParams params)
Successful payments, together with refunds, captures and chargebacks are collected into settlements, which are then paid out according to your organization’s payout schedule.
|
Copyright © 2020. All rights reserved.