| Package | Description |
|---|---|
| be.feelio.mollie.data.payment | |
| be.feelio.mollie.handler |
| Modifier and Type | Method and Description |
|---|---|
PaymentListResponse |
PaymentListResponse.PaymentListResponseBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
Pagination<PaymentListResponse> |
SettlementHandler.getSettlementPayments(String settlementId)
Retrieve all payments included in a settlement.
|
Pagination<PaymentListResponse> |
SettlementHandler.getSettlementPayments(String settlementId,
QueryParams params)
Retrieve all payments included in a settlement.
|
Pagination<PaymentListResponse> |
CustomerHandler.listCustomerPayments(String customerId)
Retrieve all payments linked to the customer.
|
Pagination<PaymentListResponse> |
CustomerHandler.listCustomerPayments(String customerId,
QueryParams params)
Retrieve all payments linked to the customer.
|
Pagination<PaymentListResponse> |
PaymentHandler.listPayments()
Retrieve all payments created with the current website profile, ordered from newest to oldest.
|
Pagination<PaymentListResponse> |
PaymentHandler.listPayments(QueryParams params)
Retrieve all payments created with the current website profile, ordered from newest to oldest.
|
Pagination<PaymentListResponse> |
SubscriptionHandler.listSubscriptionPayments(String customerId,
String subscriptionId)
Retrieve all payments of a specific subscriptions of a customer.
|
Pagination<PaymentListResponse> |
SubscriptionHandler.listSubscriptionPayments(String customerId,
String subscriptionId,
QueryParams params)
Retrieve all payments of a specific subscriptions of a customer.
|
Copyright © 2020. All rights reserved.