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