| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static OrderApplicationContextLandingPage |
OrderApplicationContextLandingPage.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static OrderApplicationContextLandingPage |
OrderApplicationContextLandingPage.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
OrderApplicationContextLandingPage |
OrderApplicationContext.getLandingPage()
Getter for LandingPage.
|
static OrderApplicationContextLandingPage |
OrderApplicationContextLandingPage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderApplicationContextLandingPage[] |
OrderApplicationContextLandingPage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OrderApplicationContext.Builder |
OrderApplicationContext.Builder.landingPage(OrderApplicationContextLandingPage landingPage)
Setter for landingPage.
|
void |
OrderApplicationContext.setLandingPage(OrderApplicationContextLandingPage landingPage)
Setter for LandingPage.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
OrderApplicationContextLandingPage.toValue(List<OrderApplicationContextLandingPage> toConvert)
Convert list of OrderApplicationContextLandingPage values to list of string values.
|
| Constructor and Description |
|---|
OrderApplicationContext(String brandName,
String locale,
OrderApplicationContextLandingPage landingPage,
OrderApplicationContextShippingPreference shippingPreference,
OrderApplicationContextUserAction userAction,
PaymentMethodPreference paymentMethod,
String returnUrl,
String cancelUrl,
StoredPaymentSource storedPaymentSource)
Initialization constructor.
|
Copyright © 2025. All rights reserved.