| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static PaypalExperienceUserAction |
PaypalExperienceUserAction.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static PaypalExperienceUserAction |
PaypalExperienceUserAction.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
PaypalExperienceUserAction |
PaypalWalletExperienceContext.getUserAction()
Getter for UserAction.
|
static PaypalExperienceUserAction |
PaypalExperienceUserAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaypalExperienceUserAction[] |
PaypalExperienceUserAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaypalWalletExperienceContext.setUserAction(PaypalExperienceUserAction userAction)
Setter for UserAction.
|
PaypalWalletExperienceContext.Builder |
PaypalWalletExperienceContext.Builder.userAction(PaypalExperienceUserAction userAction)
Setter for userAction.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
PaypalExperienceUserAction.toValue(List<PaypalExperienceUserAction> toConvert)
Convert list of PaypalExperienceUserAction 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.