| Package | Description |
|---|---|
| be.feelio.mollie.data.order | |
| be.feelio.mollie.data.payment | |
| be.feelio.mollie.handler | |
| be.feelio.mollie.serializer |
| Modifier and Type | Method and Description |
|---|---|
Optional<List<PaymentMethod>> |
OrderRequest.getMethod() |
Optional<List<PaymentMethod>> |
OrderPaymentRequest.getMethod() |
| Modifier and Type | Method and Description |
|---|---|
OrderRequest.OrderRequestBuilder |
OrderRequest.OrderRequestBuilder.method(Optional<List<PaymentMethod>> method) |
OrderPaymentRequest.OrderPaymentRequestBuilder |
OrderPaymentRequest.OrderPaymentRequestBuilder.method(Optional<List<PaymentMethod>> method) |
void |
OrderRequest.setMethod(Optional<List<PaymentMethod>> method) |
void |
OrderPaymentRequest.setMethod(Optional<List<PaymentMethod>> method) |
| Constructor and Description |
|---|
OrderPaymentRequest(Optional<List<PaymentMethod>> method,
Optional<String> customerId,
Optional<String> mandateId,
Optional<String> consumerAccount,
Optional<String> customerReference,
Optional<String> issuer,
Optional<String> sequenceType,
Optional<String> voucherNumber,
Optional<String> voucherPin,
Optional<String> webhookUrl,
Optional<Boolean> testmode,
Optional<ApplicationFee> applicationFee) |
OrderRequest(Amount amount,
String orderNumber,
List<OrderLineRequest> lines,
OrderAddressRequest billingAddress,
Optional<OrderAddressRequest> shippingAddress,
Optional<Date> consumerDateOfBirth,
Optional<String> redirectUrl,
Optional<String> webhookUrl,
Locale locale,
Optional<List<PaymentMethod>> method,
Map<String,Object> payment,
Map<String,Object> metaData,
Optional<Date> expiresAt,
Optional<String> profileId,
Optional<Boolean> testmode) |
| Modifier and Type | Method and Description |
|---|---|
PaymentMethod |
PaymentResponse.getMethod() |
static PaymentMethod |
PaymentMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentMethod[] |
PaymentMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<PaymentMethod> |
PaymentRequest.getMethod() |
| Modifier and Type | Method and Description |
|---|---|
PaymentResponse.PaymentResponseBuilder |
PaymentResponse.PaymentResponseBuilder.method(PaymentMethod method) |
void |
PaymentResponse.setMethod(PaymentMethod method) |
| Modifier and Type | Method and Description |
|---|---|
PaymentRequest.PaymentRequestBuilder |
PaymentRequest.PaymentRequestBuilder.method(Optional<PaymentMethod> method) |
void |
PaymentRequest.setMethod(Optional<PaymentMethod> method) |
| Constructor and Description |
|---|
PaymentResponse(String resource,
String id,
String mode,
Date createdAt,
String status,
boolean isCancelable,
Optional<Date> authorizedAt,
Optional<Date> paidAt,
Optional<Date> canceledAt,
Date expiresAt,
Optional<Date> expiredAt,
Optional<Date> failedAt,
Amount amount,
Optional<Amount> amountRefunded,
Optional<Amount> amountRemaining,
Optional<Amount> amountCaptured,
String description,
String redirectUrl,
Optional<String> webhookUrl,
PaymentMethod method,
Map<String,Object> metadata,
Locale locale,
Optional<String> countryCode,
String profileId,
Optional<Amount> settlementAmount,
Optional<String> settlementId,
Optional<String> customerId,
SequenceType sequenceType,
Optional<String> mandateId,
Optional<String> subscriptionId,
Optional<String> orderId,
Optional<ApplicationFee> applicationFee,
PaymentLinks links,
PaymentDetailsResponse details,
PaymentEmbedded embedded) |
| Constructor and Description |
|---|
PaymentRequest(Amount amount,
String description,
Optional<String> redirectUrl,
Optional<String> webhookUrl,
Optional<Locale> locale,
Optional<PaymentMethod> method,
Map<String,Object> metadata,
Optional<SequenceType> sequenceType,
Optional<String> customerId,
Optional<String> mandateId,
Optional<String> cardToken,
Optional<String> billingEmail,
Optional<Date> dueDate,
Optional<AddressRequest> billingAddress,
Optional<AddressRequest> shippingAddress,
Optional<String> issuer,
Optional<String> voucherNumber,
Optional<String> voucherPin,
Optional<String> customerReference,
Optional<String> consumerName,
Optional<String> consumerAccount,
Optional<String> profileId,
Optional<ApplicationFee> applicationFee) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileHandler.disableMyPaymentMethod(PaymentMethod paymentMethod)
Disable a payment method on an authenticated profile.
|
void |
ProfileHandler.disableMyPaymentMethod(PaymentMethod paymentMethod,
QueryParams params)
Disable a payment method on an authenticated profile.
|
void |
ProfileHandler.disablePaymentMethod(String profileId,
PaymentMethod paymentMethod)
Disable a payment method on a specific profile.
|
void |
ProfileHandler.disablePaymentMethod(String profileId,
PaymentMethod paymentMethod,
QueryParams params)
Disable a payment method on a specific profile.
|
MethodResponse |
ProfileHandler.enableMyPaymentMethod(PaymentMethod paymentMethod)
Enable a payment method on an authenticated profile to use it with payments.
|
MethodResponse |
ProfileHandler.enableMyPaymentMethod(PaymentMethod paymentMethod,
QueryParams params)
Enable a payment method on an authenticated profile to use it with payments.
|
MethodResponse |
ProfileHandler.enablePaymentMethod(String profileId,
PaymentMethod paymentMethod)
Enable a payment method on a specific profile to use it with payments.
|
MethodResponse |
ProfileHandler.enablePaymentMethod(String profileId,
PaymentMethod paymentMethod,
QueryParams params)
Enable a payment method on a specific profile to use it with payments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentMethodSerializer.serialize(Optional<List<PaymentMethod>> paymentMethods,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
Copyright © 2020. All rights reserved.