| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static OrderApplicationContextShippingPreference |
OrderApplicationContextShippingPreference.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static OrderApplicationContextShippingPreference |
OrderApplicationContextShippingPreference.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
OrderApplicationContextShippingPreference |
VaultVenmoExperienceContext.getShippingPreference()
Getter for ShippingPreference.
|
OrderApplicationContextShippingPreference |
OrderApplicationContext.getShippingPreference()
Getter for ShippingPreference.
|
OrderApplicationContextShippingPreference |
VaultExperienceContext.getShippingPreference()
Getter for ShippingPreference.
|
static OrderApplicationContextShippingPreference |
OrderApplicationContextShippingPreference.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderApplicationContextShippingPreference[] |
OrderApplicationContextShippingPreference.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VaultVenmoExperienceContext.setShippingPreference(OrderApplicationContextShippingPreference shippingPreference)
Setter for ShippingPreference.
|
void |
OrderApplicationContext.setShippingPreference(OrderApplicationContextShippingPreference shippingPreference)
Setter for ShippingPreference.
|
void |
VaultExperienceContext.setShippingPreference(OrderApplicationContextShippingPreference shippingPreference)
Setter for ShippingPreference.
|
VaultVenmoExperienceContext.Builder |
VaultVenmoExperienceContext.Builder.shippingPreference(OrderApplicationContextShippingPreference shippingPreference)
Setter for shippingPreference.
|
OrderApplicationContext.Builder |
OrderApplicationContext.Builder.shippingPreference(OrderApplicationContextShippingPreference shippingPreference)
Setter for shippingPreference.
|
VaultExperienceContext.Builder |
VaultExperienceContext.Builder.shippingPreference(OrderApplicationContextShippingPreference shippingPreference)
Setter for shippingPreference.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
OrderApplicationContextShippingPreference.toValue(List<OrderApplicationContextShippingPreference> toConvert)
Convert list of OrderApplicationContextShippingPreference 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.
|
VaultExperienceContext(String brandName,
String locale,
String returnUrl,
String cancelUrl,
OrderApplicationContextShippingPreference shippingPreference,
VaultInstructionAction vaultInstruction)
Initialization constructor.
|
VaultVenmoExperienceContext(String brandName,
OrderApplicationContextShippingPreference shippingPreference,
VaultInstructionAction vaultInstruction)
Initialization constructor.
|
Copyright © 2025. All rights reserved.