Uses of Class
com.xero.models.accounting.PurchaseOrder
Packages that use PurchaseOrder
-
Uses of PurchaseOrder in com.xero.models.accounting
Methods in com.xero.models.accounting that return PurchaseOrderModifier and TypeMethodDescriptionPurchaseOrder.addAttachmentsItem(Attachment attachmentsItem) Displays array of attachments from the APIPurchaseOrder.addLineItemsItem(LineItem lineItemsItem) See LineItemsPurchaseOrder.addValidationErrorsItem(ValidationError validationErrorsItem) Displays array of validation error messages from the APIPurchaseOrder.addWarningsItem(ValidationError warningsItem) Displays array of warning messages from the APIPurchaseOrder.attachments(List<Attachment> attachments) Displays array of attachments from the APIPurchaseOrder.attentionTo(String attentionTo) The person that the delivery is going toPurchaseOrder.brandingThemeID(UUID brandingThemeID) See BrandingThemescontactPurchaseOrder.currencyCode(CurrencyCode currencyCode) currencyCodePurchaseOrder.currencyRate(Double currencyRate) The currency rate for a multicurrency purchase order.Date purchase order was issued – YYYY-MM-DD.PurchaseOrder.deliveryAddress(String deliveryAddress) The address the goods are to be delivered toPurchaseOrder.deliveryDate(String deliveryDate) Date the goods are to be delivered – YYYY-MM-DDPurchaseOrder.deliveryInstructions(String deliveryInstructions) A free text feild for instructions (500 characters max)PurchaseOrder.expectedArrivalDate(String expectedArrivalDate) The date the goods are expected to arrive.PurchaseOrder.lineAmountTypes(LineAmountTypes lineAmountTypes) lineAmountTypesSee LineItemsPurchaseOrder.purchaseOrderID(UUID purchaseOrderID) Xero generated unique identifier for purchase orderPurchaseOrder.purchaseOrderNumber(String purchaseOrderNumber) Unique alpha numeric code identifying purchase order (when missing will auto-generate from your Organisation Invoice Settings)Additional reference numberPurchaseOrder.sentToContact(Boolean sentToContact) Boolean to set whether the purchase order should be marked as “sent”.PurchaseOrder.status(PurchaseOrder.StatusEnum status) See Purchase Order Status CodesPurchaseOrder.statusAttributeString(String statusAttributeString) A string to indicate if a invoice statusThe phone number for the person accepting the deliveryPurchaseOrder.validationErrors(List<ValidationError> validationErrors) Displays array of validation error messages from the APIPurchaseOrder.warnings(List<ValidationError> warnings) Displays array of warning messages from the APIMethods in com.xero.models.accounting that return types with arguments of type PurchaseOrderMethods in com.xero.models.accounting with parameters of type PurchaseOrderModifier and TypeMethodDescriptionPurchaseOrders.addPurchaseOrdersItem(PurchaseOrder purchaseOrdersItem) purchaseOrdersMethod parameters in com.xero.models.accounting with type arguments of type PurchaseOrderModifier and TypeMethodDescriptionPurchaseOrders.purchaseOrders(List<PurchaseOrder> purchaseOrders) purchaseOrdersvoidPurchaseOrders.setPurchaseOrders(List<PurchaseOrder> purchaseOrders) purchaseOrders