| Package | Description |
|---|---|
| be.feelio.mollie.data.payment | |
| be.feelio.mollie.handler |
| Modifier and Type | Method and Description |
|---|---|
PaymentRequest |
PaymentRequest.PaymentRequestBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
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 |
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.
|
Copyright © 2020. All rights reserved.