Interface BasketInvoiceStatsProjection


public interface BasketInvoiceStatsProjection
Projects invoice values required to calculate basket statistics.
  • Method Details

    • getCreateDate

      Date getCreateDate()
    • getStatusId

      Integer getStatusId()
    • getDeliveryMethod

      String getDeliveryMethod()
    • getPaymentMethod

      String getPaymentMethod()
    • getPriceToPayVat

      BigDecimal getPriceToPayVat()
    • getPriceToPayNoVat

      BigDecimal getPriceToPayNoVat()
    • getCurrency

      String getCurrency()