Uses of Class
com.xero.models.accounting.Item
Packages that use Item
-
Uses of Item in com.xero.models.accounting
Methods in com.xero.models.accounting that return ItemModifier and TypeMethodDescriptionItem.addValidationErrorsItem(ValidationError validationErrorsItem) Displays array of validation error messages from the APIUser defined item code (max length = 30)Item.description(String description) The sales description of the item (max length = 4000)Item.inventoryAssetAccountCode(String inventoryAssetAccountCode) The inventory asset account for the item.Item.isPurchased(Boolean isPurchased) Boolean value, defaults to true.Boolean value, defaults to true.Item.isTrackedAsInventory(Boolean isTrackedAsInventory) True for items that are tracked as inventory.The Xero identifier for an ItemThe name of the item (max length = 50)Item.purchaseDescription(String purchaseDescription) The purchase description of the item (max length = 4000)Item.purchaseDetails(Purchase purchaseDetails) purchaseDetailsItem.quantityOnHand(Double quantityOnHand) The quantity of the item on handItem.salesDetails(Purchase salesDetails) salesDetailsItem.statusAttributeString(String statusAttributeString) Status of objectItem.totalCostPool(Double totalCostPool) The value of the item on hand.Item.validationErrors(List<ValidationError> validationErrors) Displays array of validation error messages from the APIMethods in com.xero.models.accounting that return types with arguments of type ItemMethods in com.xero.models.accounting with parameters of type ItemMethod parameters in com.xero.models.accounting with type arguments of type Item