Uses of Class
com.xero.models.accounting.LineItemTracking
Packages that use LineItemTracking
-
Uses of LineItemTracking in com.xero.models.accounting
Methods in com.xero.models.accounting that return LineItemTrackingModifier and TypeMethodDescriptionThe name of the tracking categorySee Tracking OptionsLineItemTracking.trackingCategoryID(UUID trackingCategoryID) The Xero identifier for a tracking categoryLineItemTracking.trackingOptionID(UUID trackingOptionID) The Xero identifier for a tracking category optionMethods in com.xero.models.accounting that return types with arguments of type LineItemTrackingModifier and TypeMethodDescriptionLineItem.getTracking()Optional Tracking Category – see Tracking.Methods in com.xero.models.accounting with parameters of type LineItemTrackingModifier and TypeMethodDescriptionLineItem.addTrackingItem(LineItemTracking trackingItem) Optional Tracking Category – see Tracking.Method parameters in com.xero.models.accounting with type arguments of type LineItemTrackingModifier and TypeMethodDescriptionvoidLineItem.setTracking(List<LineItemTracking> tracking) Optional Tracking Category – see Tracking.LineItem.tracking(List<LineItemTracking> tracking) Optional Tracking Category – see Tracking.