| Package | Description |
|---|---|
| be.feelio.mollie.data.common | |
| be.feelio.mollie.data.order | |
| be.feelio.mollie.data.payment | |
| be.feelio.mollie.data.subscription |
| Modifier and Type | Method and Description |
|---|---|
ApplicationFee |
ApplicationFee.ApplicationFeeBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
Optional<ApplicationFee> |
OrderPaymentRequest.getApplicationFee() |
| Modifier and Type | Method and Description |
|---|---|
OrderPaymentRequest.OrderPaymentRequestBuilder |
OrderPaymentRequest.OrderPaymentRequestBuilder.applicationFee(Optional<ApplicationFee> applicationFee) |
void |
OrderPaymentRequest.setApplicationFee(Optional<ApplicationFee> applicationFee) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ApplicationFee> |
PaymentResponse.getApplicationFee() |
Optional<ApplicationFee> |
PaymentRequest.getApplicationFee() |
| Modifier and Type | Method and Description |
|---|---|
PaymentResponse.PaymentResponseBuilder |
PaymentResponse.PaymentResponseBuilder.applicationFee(Optional<ApplicationFee> applicationFee) |
PaymentRequest.PaymentRequestBuilder |
PaymentRequest.PaymentRequestBuilder.applicationFee(Optional<ApplicationFee> applicationFee) |
void |
PaymentResponse.setApplicationFee(Optional<ApplicationFee> applicationFee) |
void |
PaymentRequest.setApplicationFee(Optional<ApplicationFee> applicationFee) |
| 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) |
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) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationFee |
SubscriptionResponse.getApplicationFee() |
| Modifier and Type | Method and Description |
|---|---|
Optional<ApplicationFee> |
SubscriptionRequest.getApplicationFee() |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionResponse.SubscriptionResponseBuilder |
SubscriptionResponse.SubscriptionResponseBuilder.applicationFee(ApplicationFee applicationFee) |
void |
SubscriptionResponse.setApplicationFee(ApplicationFee applicationFee) |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionRequest.SubscriptionRequestBuilder |
SubscriptionRequest.SubscriptionRequestBuilder.applicationFee(Optional<ApplicationFee> applicationFee) |
void |
SubscriptionRequest.setApplicationFee(Optional<ApplicationFee> applicationFee) |
| Constructor and Description |
|---|
SubscriptionResponse(String resource,
String id,
String mode,
Date createdAt,
SubscriptionStatus status,
Amount amount,
int times,
int timesRemaining,
String interval,
Date startDate,
Optional<Date> nextPaymentDate,
String description,
MandatePaymentMethod method,
Optional<String> mandateId,
Date canceledAt,
String webhookUrl,
Map<String,Object> metadata,
ApplicationFee applicationFee,
SubscriptionLinks links) |
| Constructor and Description |
|---|
SubscriptionRequest(Amount amount,
Optional<Integer> times,
String interval,
Optional<Date> startDate,
String description,
MandatePaymentMethod method,
Optional<String> mandateId,
Optional<String> webhookUrl,
Map<String,Object> metadata,
Optional<String> profileId,
Optional<ApplicationFee> applicationFee) |
Copyright © 2020. All rights reserved.