| Package | Description |
|---|---|
| be.feelio.mollie.data.chargeback | |
| be.feelio.mollie.data.order | |
| be.feelio.mollie.data.payment | |
| be.feelio.mollie.data.refund | |
| be.feelio.mollie.handler |
| Modifier and Type | Method and Description |
|---|---|
PaymentResponse |
ChargebackEmbedded.getPayment() |
| Modifier and Type | Method and Description |
|---|---|
ChargebackEmbedded.ChargebackEmbeddedBuilder |
ChargebackEmbedded.ChargebackEmbeddedBuilder.payment(PaymentResponse payment) |
void |
ChargebackEmbedded.setPayment(PaymentResponse payment) |
| Constructor and Description |
|---|
ChargebackEmbedded(PaymentResponse payment) |
| Modifier and Type | Method and Description |
|---|---|
List<PaymentResponse> |
OrderRefundListResponse.getPayments() |
List<PaymentResponse> |
OrderEmbedded.getPayments() |
| Modifier and Type | Method and Description |
|---|---|
OrderRefundListResponse.OrderRefundListResponseBuilder |
OrderRefundListResponse.OrderRefundListResponseBuilder.payments(List<PaymentResponse> payments) |
OrderEmbedded.OrderEmbeddedBuilder |
OrderEmbedded.OrderEmbeddedBuilder.payments(List<PaymentResponse> payments) |
void |
OrderRefundListResponse.setPayments(List<PaymentResponse> payments) |
void |
OrderEmbedded.setPayments(List<PaymentResponse> payments) |
| Constructor and Description |
|---|
OrderEmbedded(List<PaymentResponse> payments,
List<RefundResponse> refunds) |
OrderRefundListResponse(List<RefundResponse> refunds,
List<PaymentResponse> payments) |
| Modifier and Type | Method and Description |
|---|---|
PaymentResponse |
PaymentResponse.PaymentResponseBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<PaymentResponse> |
PaymentListResponse.getPayments() |
| Modifier and Type | Method and Description |
|---|---|
PaymentListResponse.PaymentListResponseBuilder |
PaymentListResponse.PaymentListResponseBuilder.payments(List<PaymentResponse> payments) |
void |
PaymentListResponse.setPayments(List<PaymentResponse> payments) |
| Constructor and Description |
|---|
PaymentListResponse(List<PaymentResponse> payments) |
| Modifier and Type | Method and Description |
|---|---|
PaymentResponse |
RefundEmbedded.getPayment() |
| Modifier and Type | Method and Description |
|---|---|
RefundEmbedded.RefundEmbeddedBuilder |
RefundEmbedded.RefundEmbeddedBuilder.payment(PaymentResponse payment) |
void |
RefundEmbedded.setPayment(PaymentResponse payment) |
| Constructor and Description |
|---|
RefundEmbedded(PaymentResponse payment) |
| Modifier and Type | Method and Description |
|---|---|
PaymentResponse |
PaymentHandler.cancelPayment(String paymentId)
Some payment methods are cancellable for an amount of time, usually until the next day.
|
PaymentResponse |
PaymentHandler.cancelPayment(String paymentId,
QueryParams params)
Some payment methods are cancellable for an amount of time, usually until the next day.
|
PaymentResponse |
CustomerHandler.createCustomerPayment(String customerId,
PaymentRequest body)
Creates a payment for the customer.
|
PaymentResponse |
CustomerHandler.createCustomerPayment(String customerId,
PaymentRequest body,
QueryParams params)
Creates a payment for the customer.
|
PaymentResponse |
OrderHandler.createOrderPayment(String orderId,
OrderPaymentRequest body)
An order has an automatically created payment that your customer can use to pay for the order.
|
PaymentResponse |
OrderHandler.createOrderPayment(String orderId,
OrderPaymentRequest body,
QueryParams params)
An order has an automatically created payment that your customer can use to pay for the order.
|
PaymentResponse |
PaymentHandler.createPayment(PaymentRequest body)
Payment creation is elemental to the Mollie API: this is where most payment implementations start off.
|
PaymentResponse |
PaymentHandler.createPayment(PaymentRequest body,
QueryParams params)
Payment creation is elemental to the Mollie API: this is where most payment implementations start off.
|
PaymentResponse |
PaymentHandler.getPayment(String paymentId)
Retrieve a single payment object by its payment token.
|
PaymentResponse |
PaymentHandler.getPayment(String paymentId,
QueryParams params)
Retrieve a single payment object by its payment token.
|
Copyright © 2020. All rights reserved.