| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static ShippingType |
ShippingType.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static ShippingType |
ShippingType.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
ShippingType |
OrderUpdateCallbackShippingOption.getType()
Getter for Type.
|
ShippingType |
ShippingOption.getType()
Getter for Type.
|
static ShippingType |
ShippingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShippingType[] |
ShippingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrderUpdateCallbackShippingOption.setType(ShippingType type)
Setter for Type.
|
void |
ShippingOption.setType(ShippingType type)
Setter for Type.
|
OrderUpdateCallbackShippingOption.Builder |
OrderUpdateCallbackShippingOption.Builder.type(ShippingType type)
Setter for type.
|
ShippingOption.Builder |
ShippingOption.Builder.type(ShippingType type)
Setter for type.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
ShippingType.toValue(List<ShippingType> toConvert)
Convert list of ShippingType values to list of string values.
|
| Constructor and Description |
|---|
OrderUpdateCallbackShippingOption(String id,
String label,
ShippingType type,
Money amount)
Initialization constructor.
|
ShippingOption(String id,
String label,
boolean selected,
ShippingType type,
Money amount)
Initialization constructor.
|
Copyright © 2025. All rights reserved.