static enum PaymentExperienceProfile.ShippingAddressVisibility extends java.lang.Enum<PaymentExperienceProfile.ShippingAddressVisibility>
Enum Constant and Description |
---|
DONT_SHOW_SHIPPING_ADDRESS_ON_PAYPAL_PAGES |
SHOW_SHIPPING_ADDRESS_FROM_BUYERS_ACCOUNT_IF_NOT_PASSED_IN_CALL |
SHOW_SHIPPING_ADDRESS_ON_PAYPAL_PAGES |
Modifier and Type | Field and Description |
---|---|
private int |
value |
Modifier and Type | Method and Description |
---|---|
(package private) int |
getValue() |
static PaymentExperienceProfile.ShippingAddressVisibility |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PaymentExperienceProfile.ShippingAddressVisibility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaymentExperienceProfile.ShippingAddressVisibility SHOW_SHIPPING_ADDRESS_ON_PAYPAL_PAGES
public static final PaymentExperienceProfile.ShippingAddressVisibility DONT_SHOW_SHIPPING_ADDRESS_ON_PAYPAL_PAGES
public static final PaymentExperienceProfile.ShippingAddressVisibility SHOW_SHIPPING_ADDRESS_FROM_BUYERS_ACCOUNT_IF_NOT_PASSED_IN_CALL
public static PaymentExperienceProfile.ShippingAddressVisibility[] values()
for (PaymentExperienceProfile.ShippingAddressVisibility c : PaymentExperienceProfile.ShippingAddressVisibility.values()) System.out.println(c);
public static PaymentExperienceProfile.ShippingAddressVisibility valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullint getValue()