Uses of Class
com.xero.models.accounting.Receipt
Packages that use Receipt
-
Uses of Receipt in com.xero.models.accounting
Methods in com.xero.models.accounting that return ReceiptModifier and TypeMethodDescriptionReceipt.addAttachmentsItem(Attachment attachmentsItem) Displays array of attachments from the APIReceipt.addLineItemsItem(LineItem lineItemsItem) lineItemsReceipt.addValidationErrorsItem(ValidationError validationErrorsItem) Displays array of validation error messages from the APIReceipt.addWarningsItem(ValidationError warningsItem) Displays array of warning messages from the APIReceipt.attachments(List<Attachment> attachments) Displays array of attachments from the APIcontactDate of receipt – YYYY-MM-DDReceipt.lineAmountTypes(LineAmountTypes lineAmountTypes) lineAmountTypeslineItemsXero generated unique identifier for receiptAdditional reference numberReceipt.status(Receipt.StatusEnum status) Current status of receipt – see status typesTotal of receipt excluding taxesTotal of receipt tax inclusive (i.e.Total tax on receiptuserReceipt.validationErrors(List<ValidationError> validationErrors) Displays array of validation error messages from the APIReceipt.warnings(List<ValidationError> warnings) Displays array of warning messages from the APIMethods in com.xero.models.accounting that return types with arguments of type ReceiptModifier and TypeMethodDescriptionExpenseClaim.getReceipts()Get receiptsReceipts.getReceipts()Get receiptsMethods in com.xero.models.accounting with parameters of type ReceiptModifier and TypeMethodDescriptionExpenseClaim.addReceiptsItem(Receipt receiptsItem) receiptsReceipts.addReceiptsItem(Receipt receiptsItem) receiptsMethod parameters in com.xero.models.accounting with type arguments of type ReceiptModifier and TypeMethodDescriptionreceiptsreceiptsvoidExpenseClaim.setReceipts(List<Receipt> receipts) receiptsvoidReceipts.setReceipts(List<Receipt> receipts) receipts