Uses of Class
com.xero.models.accounting.Quote
Packages that use Quote
-
Uses of Quote in com.xero.models.accounting
Methods in com.xero.models.accounting that return QuoteModifier and TypeMethodDescriptionQuote.addLineItemsItem(LineItem lineItemsItem) See LineItemsQuote.addValidationErrorsItem(ValidationError validationErrorsItem) Displays array of validation error messages from the APIQuote.brandingThemeID(UUID brandingThemeID) See BrandingThemescontactQuote.currencyCode(CurrencyCode currencyCode) currencyCodeQuote.currencyRate(Double currencyRate) The currency rate for a multicurrency quoteDate quote was issued – YYYY-MM-DD.Quote.dateString(String dateString) Date the quote was issued (YYYY-MM-DD)Quote.expiryDate(String expiryDate) Date the quote expires – YYYY-MM-DD.Quote.expiryDateString(String expiryDateString) Date the quote expires – YYYY-MM-DD.Quote.lineAmountTypes(QuoteLineAmountTypes lineAmountTypes) lineAmountTypesSee LineItemsQuoteID GUID is automatically generated and is returned after create or GET.Quote.quoteNumber(String quoteNumber) Unique alpha numeric code identifying a quote (Max Length = 255)Additional reference numberQuote.status(QuoteStatusCodes status) statusQuote.statusAttributeString(String statusAttributeString) A string to indicate if a invoice statusSummary text for the quoteTerms of the quoteTitle text for the quoteQuote.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 QuoteMethods in com.xero.models.accounting with parameters of type QuoteMethod parameters in com.xero.models.accounting with type arguments of type Quote