Item |
Item.addValidationErrorsItem(ValidationError validationErrorsItem) |
Displays array of validation error messages from the API
|
Item |
Item.code(String code) |
User defined item code (max length = 30)
|
Item |
Item.description(String description) |
The sales description of the item (max length = 4000)
|
Item |
Item.inventoryAssetAccountCode(String inventoryAssetAccountCode) |
The inventory asset account for the item.
|
Item |
Item.isPurchased(Boolean isPurchased) |
Boolean value, defaults to true.
|
Item |
Item.isSold(Boolean isSold) |
Boolean value, defaults to true.
|
Item |
Item.isTrackedAsInventory(Boolean isTrackedAsInventory) |
True for items that are tracked as inventory.
|
Item |
Item.itemID(UUID itemID) |
The Xero identifier for an Item
|
Item |
Item.name(String name) |
The name of the item (max length = 50)
|
Item |
Item.purchaseDescription(String purchaseDescription) |
The purchase description of the item (max length = 4000)
|
Item |
Item.purchaseDetails(Purchase purchaseDetails) |
purchaseDetails
|
Item |
Item.quantityOnHand(Double quantityOnHand) |
The quantity of the item on hand
|
Item |
Item.salesDetails(Purchase salesDetails) |
salesDetails
|
Item |
Item.statusAttributeString(String statusAttributeString) |
Status of object
|
Item |
Item.totalCostPool(Double totalCostPool) |
The value of the item on hand.
|
Item |
Item.validationErrors(List<ValidationError> validationErrors) |
Displays array of validation error messages from the API
|