| 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 |
|---|---|
Locale |
AuthorizeRequest.getLocale() |
| Modifier and Type | Method and Description |
|---|---|
AuthorizeRequest.AuthorizeRequestBuilder |
AuthorizeRequest.AuthorizeRequestBuilder.locale(Locale locale) |
void |
AuthorizeRequest.setLocale(Locale locale) |
| Constructor and Description |
|---|
AuthorizeRequest(String clientId,
Optional<String> redirectUri,
String state,
String[] scope,
ResponseType responseType,
ApprovalPrompt approvalPrompt,
Locale locale,
LandingPageType landingPage) |
| 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,
Optional<Boolean> testmode) |
| 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) |
| 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,
OffsetDateTime createdAt,
PaymentStatus status,
boolean isCancelable,
Optional<OffsetDateTime> authorizedAt,
Optional<OffsetDateTime> paidAt,
Optional<OffsetDateTime> canceledAt,
OffsetDateTime expiresAt,
Optional<OffsetDateTime> expiredAt,
Optional<OffsetDateTime> 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<List<PaymentMethod>> method,
Map<String,Object> metadata,
Optional<SequenceType> sequenceType,
Optional<String> customerId,
Optional<String> mandateId,
Optional<String> cardToken,
Optional<String> billingEmail,
Optional<LocalDate> 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<ApplicationFee> applicationFee,
Optional<String> applePayPaymentToken,
Optional<String> profileId,
Optional<Boolean> testmode) |
Copyright © 2022. All rights reserved.