| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static PaypalWalletContextShippingPreference |
PaypalWalletContextShippingPreference.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static PaypalWalletContextShippingPreference |
PaypalWalletContextShippingPreference.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
PaypalWalletContextShippingPreference |
PaypalWalletExperienceContext.getShippingPreference()
Getter for ShippingPreference.
|
static PaypalWalletContextShippingPreference |
PaypalWalletContextShippingPreference.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaypalWalletContextShippingPreference[] |
PaypalWalletContextShippingPreference.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.setShippingPreference(PaypalWalletContextShippingPreference shippingPreference)
Setter for ShippingPreference.
|
PaypalWalletExperienceContext.Builder |
PaypalWalletExperienceContext.Builder.shippingPreference(PaypalWalletContextShippingPreference shippingPreference)
Setter for shippingPreference.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
PaypalWalletContextShippingPreference.toValue(List<PaypalWalletContextShippingPreference> toConvert)
Convert list of PaypalWalletContextShippingPreference 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.