Frontend | Backend | Api

Quotes\Models\Backend\Quote

Method Description Returns
getHateoasLinks() Get the HATEOAS links for the record array
getEditUrl() Get the url for editing the record. string
getExpiryDate() Gets the expiry date DateTime
getItemTotalAsMoney() Get item total Money
getDiscountTotalAsMoney() Get discount total as Money object Money
getSurchargeTotalAsMoney() Get surcharge total as Money object Money
getShippingTotalAsMoney() Get shipping total as Money object Money
getHandlingTotalAsMoney() Get handling total as Money object Money
getTaxTotalAsMoney() Get tax total as Money object Money
getInsuranceTotalAsMoney() Get insurance total as Money object Money
getTotalAsMoney() Get total as Money object Money
getInvoices() Get all invoices linked to this order (Order, Checkout) Collection
getCurrencyCode() Get currency code string
getId() int
getUuid() string
getExternalId() string
getComments() string
getData() array
getDiscountCodes() array
getAppliedDiscounts() array
getTotal() string
getDiscountTotal() string
getSurchargeTotal() string
getShippingTotal() string
getHandlingTotal() string
getTaxTotal() string
getInsuranceTotal() string
getCreated() Date the record was created. DateTime
getModified() Last modification date for the record. DateTime
getBillingAddress() Address
getDeliveryAddress() Address
getCurrency() Currency
getPerson() Person
getSite() Site
getItems() Collection (Item)
getFulfillments() Collection (Fulfillment)
getMetadataFieldValues() Collection (MetadataFieldValue)
getSourceEntity() Get the source record entity string
getSourceUuid() Get the source record uuid string
getDiscountLogs() Collection (Log)