| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static VenmoWalletExperienceContextShippingPreference |
VenmoWalletExperienceContextShippingPreference.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static VenmoWalletExperienceContextShippingPreference |
VenmoWalletExperienceContextShippingPreference.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
VenmoWalletExperienceContextShippingPreference |
VenmoWalletExperienceContext.getShippingPreference()
Getter for ShippingPreference.
|
static VenmoWalletExperienceContextShippingPreference |
VenmoWalletExperienceContextShippingPreference.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VenmoWalletExperienceContextShippingPreference[] |
VenmoWalletExperienceContextShippingPreference.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VenmoWalletExperienceContext.setShippingPreference(VenmoWalletExperienceContextShippingPreference shippingPreference)
Setter for ShippingPreference.
|
VenmoWalletExperienceContext.Builder |
VenmoWalletExperienceContext.Builder.shippingPreference(VenmoWalletExperienceContextShippingPreference shippingPreference)
Setter for shippingPreference.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
VenmoWalletExperienceContextShippingPreference.toValue(List<VenmoWalletExperienceContextShippingPreference> toConvert)
Convert list of VenmoWalletExperienceContextShippingPreference values to list of string values.
|
| Constructor and Description |
|---|
VenmoWalletExperienceContext(String brandName,
VenmoWalletExperienceContextShippingPreference shippingPreference,
CallbackConfiguration orderUpdateCallbackConfig,
VenmoWalletExperienceContextUserAction userAction)
Initialization constructor.
|
Copyright © 2026. All rights reserved.