| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static ItemCategory |
ItemCategory.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static ItemCategory |
ItemCategory.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
ItemCategory |
Item.getCategory()
Getter for Category.
|
static ItemCategory |
ItemCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemCategory[] |
ItemCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Item.Builder |
Item.Builder.category(ItemCategory category)
Setter for category.
|
void |
Item.setCategory(ItemCategory category)
Setter for Category.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
ItemCategory.toValue(List<ItemCategory> toConvert)
Convert list of ItemCategory values to list of string values.
|
| Constructor and Description |
|---|
Item(String name,
Money unitAmount,
String quantity,
Money tax,
String description,
String sku,
String url,
ItemCategory category,
String imageUrl,
UniversalProductCode upc)
Initialization constructor.
|
Copyright © 2025. All rights reserved.