| Package | Description |
|---|---|
| com.intuit.ipp.data |
| Modifier and Type | Field and Description |
|---|---|
protected ItemTypeEnum |
Item.type |
| Modifier and Type | Field and Description |
|---|---|
protected List<ItemTypeEnum> |
TaxClassification.applicableTo |
| Modifier and Type | Method and Description |
|---|---|
static ItemTypeEnum |
ItemTypeEnum.fromValue(String v) |
ItemTypeEnum |
Item.getType()
Gets the value of the type property.
|
static ItemTypeEnum |
ItemTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemTypeEnum[] |
ItemTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ItemTypeEnum> |
TaxClassification.getApplicableTo()
Gets the value of the applicableTo property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Item.setType(ItemTypeEnum value)
Sets the value of the type property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaxClassification.setApplicableTo(List<ItemTypeEnum> applicableTo)
Sets the value of the applicableTo property.
|
Copyright © 2019. All Rights Reserved.