| Package | Description |
|---|---|
| be.feelio.mollie.data.common | |
| be.feelio.mollie.handler |
| Modifier and Type | Method and Description |
|---|---|
Pagination<T> |
Pagination.PaginationBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
Pagination<InvoicesListResponse> |
InvoiceHandler.getInvoices()
Retrieve all invoices on the account.
|
Pagination<InvoicesListResponse> |
InvoiceHandler.getInvoices(QueryParams params)
Retrieve all invoices on the account.
|
Pagination<OrderRefundListResponse> |
OrderHandler.getOrderRefunds(String orderId)
Retrieve all order refunds.
|
Pagination<OrderRefundListResponse> |
OrderHandler.getOrderRefunds(String orderId,
QueryParams params)
Retrieve all order refunds.
|
Pagination<OrderListResponse> |
OrderHandler.getOrders()
Retrieve all orders.
|
Pagination<OrderListResponse> |
OrderHandler.getOrders(QueryParams params)
Retrieve all orders.
|
Pagination<PermissionListResponse> |
PermissionHandler.getPermissions()
List all permissions available with the current app access token.
|
Pagination<PermissionListResponse> |
PermissionHandler.getPermissions(QueryParams params)
List all permissions available with the current app access token.
|
Pagination<ProfileListResponse> |
ProfileHandler.getProfiles()
Retrieve all profiles available on the account.
|
Pagination<ProfileListResponse> |
ProfileHandler.getProfiles(QueryParams params)
Retrieve all profiles available on the account.
|
Pagination<CaptureListResponse> |
SettlementHandler.getSettlementCaptures(String settlementId)
Retrieve all captures in a certain settlement.
|
Pagination<CaptureListResponse> |
SettlementHandler.getSettlementCaptures(String settlementId,
QueryParams params)
Retrieve all captures in a certain settlement.
|
Pagination<ChargebackListResponse> |
SettlementHandler.getSettlementChargebacks(String settlementId)
Retrieve all chargebacks included in a settlement.
|
Pagination<ChargebackListResponse> |
SettlementHandler.getSettlementChargebacks(String settlementId,
QueryParams params)
Retrieve all chargebacks included in a settlement.
|
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<RefundListResponse> |
SettlementHandler.getSettlementRefund(String settlementId)
Retrieve all refunds included in a settlement.
|
Pagination<RefundListResponse> |
SettlementHandler.getSettlementRefund(String settlementId,
QueryParams params)
Retrieve all refunds included in a settlement.
|
Pagination<SettlementListResponse> |
SettlementHandler.getSettlements()
Retrieve all settlements, ordered from new to old.
|
Pagination<SettlementListResponse> |
SettlementHandler.getSettlements(QueryParams params)
Retrieve all settlements, ordered from new to old.
|
Pagination<ShipmentListResponse> |
ShipmentHandler.getShipments(String orderId)
Retrieve all shipments for an order.
|
Pagination<ShipmentListResponse> |
ShipmentHandler.getShipments(String orderId,
QueryParams params)
Retrieve all shipments for an order.
|
Pagination<CaptureListResponse> |
CaptureHandler.listCaptures(String paymentId)
Retrieve all captures for a certain payment.
|
Pagination<CaptureListResponse> |
CaptureHandler.listCaptures(String paymentId,
QueryParams params)
Retrieve all captures for a certain payment.
|
Pagination<ChargebackListResponse> |
ChargebackHandler.listChargebacks()
Retrieve all received chargebacks.
|
Pagination<ChargebackListResponse> |
ChargebackHandler.listChargebacks(QueryParams params)
Retrieve all received chargebacks.
|
Pagination<ChargebackListResponse> |
ChargebackHandler.listChargebacks(String paymentId)
Retrieve all received chargebacks.
|
Pagination<ChargebackListResponse> |
ChargebackHandler.listChargebacks(String paymentId,
QueryParams params)
Retrieve all received chargebacks.
|
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<CustomerListResponse> |
CustomerHandler.listCustomers()
Retrieve all customers created.
|
Pagination<CustomerListResponse> |
CustomerHandler.listCustomers(QueryParams params)
Retrieve all customers created.
|
Pagination<MandateListResponse> |
MandateHandler.listMandates(String customerId)
Retrieve all mandates for the given customerId, ordered from newest to oldest.
|
Pagination<MandateListResponse> |
MandateHandler.listMandates(String customerId,
QueryParams params)
Retrieve all mandates for the given customerId, ordered from newest to oldest.
|
Pagination<MethodListResponse> |
MethodHandler.listMethods()
Retrieve all available payment methods.
|
Pagination<MethodListResponse> |
MethodHandler.listMethods(QueryParams params)
Retrieve all available payment methods.
|
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<RefundListResponse> |
RefundHandler.listRefunds()
Retrieve refunds.
|
Pagination<RefundListResponse> |
RefundHandler.listRefunds(QueryParams params)
Retrieve refunds.
|
Pagination<RefundListResponse> |
RefundHandler.listRefunds(String paymentId)
Retrieve refunds.
|
Pagination<RefundListResponse> |
RefundHandler.listRefunds(String paymentId,
QueryParams params)
Retrieve refunds.
|
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.
|
Pagination<SubscriptionListResponse> |
SubscriptionHandler.listSubscriptions(String customerId)
Retrieve all subscriptions of a customer.
|
Pagination<SubscriptionListResponse> |
SubscriptionHandler.listSubscriptions(String customerId,
QueryParams params)
Retrieve all subscriptions of a customer.
|
Copyright © 2020. All rights reserved.