| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static FulfillmentType |
FulfillmentType.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static FulfillmentType |
FulfillmentType.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
FulfillmentType |
ShippingWithTrackingDetails.getType()
Getter for Type.
|
FulfillmentType |
ShippingDetails.getType()
Getter for Type.
|
FulfillmentType |
VaultedDigitalWalletShippingDetails.getType()
Getter for Type.
|
static FulfillmentType |
FulfillmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FulfillmentType[] |
FulfillmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ShippingWithTrackingDetails.setType(FulfillmentType type)
Setter for Type.
|
void |
ShippingDetails.setType(FulfillmentType type)
Setter for Type.
|
void |
VaultedDigitalWalletShippingDetails.setType(FulfillmentType type)
Setter for Type.
|
ShippingWithTrackingDetails.Builder |
ShippingWithTrackingDetails.Builder.type(FulfillmentType type)
Setter for type.
|
ShippingDetails.Builder |
ShippingDetails.Builder.type(FulfillmentType type)
Setter for type.
|
VaultedDigitalWalletShippingDetails.Builder |
VaultedDigitalWalletShippingDetails.Builder.type(FulfillmentType type)
Setter for type.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
FulfillmentType.toValue(List<FulfillmentType> toConvert)
Convert list of FulfillmentType values to list of string values.
|
| Constructor and Description |
|---|
ShippingDetails(ShippingName name,
String emailAddress,
PhoneNumberWithCountryCode phoneNumber,
FulfillmentType type,
List<ShippingOption> options,
Address address)
Initialization constructor.
|
ShippingWithTrackingDetails(ShippingName name,
String emailAddress,
PhoneNumberWithCountryCode phoneNumber,
FulfillmentType type,
List<ShippingOption> options,
Address address,
List<OrderTrackerResponse> trackers)
Initialization constructor.
|
VaultedDigitalWalletShippingDetails(ShippingName name,
PhoneNumberWithCountryCode phoneNumber,
FulfillmentType type,
Address address)
Initialization constructor.
|
Copyright © 2025. All rights reserved.