| Package | Description |
|---|---|
| be.feelio.mollie.data.common | |
| be.feelio.mollie.data.customer | |
| be.feelio.mollie.data.order | |
| be.feelio.mollie.data.organization | |
| be.feelio.mollie.data.payment |
| Modifier and Type | Method and Description |
|---|---|
static Locale |
Locale.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Locale[] |
Locale.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Locale> |
CustomerRequest.getLocale() |
| Modifier and Type | Method and Description |
|---|---|
CustomerRequest.CustomerRequestBuilder |
CustomerRequest.CustomerRequestBuilder.locale(Optional<Locale> locale) |
void |
CustomerRequest.setLocale(Optional<Locale> locale) |
| Constructor and Description |
|---|
CustomerRequest(Optional<String> name,
Optional<String> email,
Optional<Locale> locale,
Map<String,Object> metadata) |
| Modifier and Type | Method and Description |
|---|---|
Locale |
OrderRequest.getLocale() |
Locale |
OrderResponse.getLocale() |
| Modifier and Type | Method and Description |
|---|---|
OrderRequest.OrderRequestBuilder |
OrderRequest.OrderRequestBuilder.locale(Locale locale) |
OrderResponse.OrderResponseBuilder |
OrderResponse.OrderResponseBuilder.locale(Locale locale) |
void |
OrderRequest.setLocale(Locale locale) |
void |
OrderResponse.setLocale(Locale locale) |
| Constructor and Description |
|---|
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) |
OrderResponse(String resource,
String id,
String profileId,
String method,
String mode,
Amount amount,
Optional<Amount> amountCaptured,
Optional<Amount> amountRefunded,
OrderStatus status,
boolean isCancelable,
OrderAddressResponse billingAddress,
Optional<Date> consumerDateOfBirth,
String orderNumber,
OrderAddressResponse shippingAddress,
Locale locale,
Map<String,Object> metadata,
String redirectUrl,
List<OrderLineResponse> lines,
Optional<String> webhookUrl,
Date createdAt,
Optional<Date> expiresAt,
Optional<Date> expiredAt,
Optional<Date> paidAt,
Optional<Date> authorizedAt,
Optional<Date> canceledAt,
Optional<Date> completedAt,
Optional<OrderEmbedded> embedded,
OrderLinks links) |
| Modifier and Type | Method and Description |
|---|---|
Locale |
OrganizationResponse.getLocale() |
| Modifier and Type | Method and Description |
|---|---|
OrganizationResponse.OrganizationResponseBuilder |
OrganizationResponse.OrganizationResponseBuilder.locale(Locale locale) |
void |
OrganizationResponse.setLocale(Locale locale) |
| Constructor and Description |
|---|
OrganizationResponse(String resource,
String id,
String name,
Locale locale,
AddressResponse address,
String registrationNumber,
String vatNumber,
OrganizationLinks links) |
| Modifier and Type | Method and Description |
|---|---|
Locale |
PaymentResponse.getLocale() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Locale> |
PaymentRequest.getLocale() |
| Modifier and Type | Method and Description |
|---|---|
PaymentResponse.PaymentResponseBuilder |
PaymentResponse.PaymentResponseBuilder.locale(Locale locale) |
void |
PaymentResponse.setLocale(Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
PaymentRequest.PaymentRequestBuilder |
PaymentRequest.PaymentRequestBuilder.locale(Optional<Locale> locale) |
void |
PaymentRequest.setLocale(Optional<Locale> locale) |
| 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) |
Copyright © 2020. All rights reserved.