public final class Pricing extends Object
| Constructor and Description |
|---|
Pricing() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAppliedReverseCharge() |
PricingCustomer |
getCustomer() |
Boolean |
getDiscountApplied() |
Boolean |
getDiscountDefined() |
List<PricingItem> |
getItems() |
Double |
getNoDiscountTotalPrice() |
Double |
getNoDiscountTotalPriceExclVat() |
Double |
getTotalPrice() |
Double |
getTotalPriceExclVat() |
Double |
getTotalVatBase() |
Pricing |
setAppliedReverseCharge(Boolean appliedReverseCharge) |
Pricing |
setCustomer(PricingCustomer customer) |
Pricing |
setDiscountApplied(Boolean discountApplied) |
Pricing |
setDiscountDefined(Boolean discountDefined) |
Pricing |
setItems(List<PricingItem> items) |
Pricing |
setNoDiscountTotalPrice(Double noDiscountTotalPrice) |
Pricing |
setNoDiscountTotalPriceExclVat(Double noDiscountTotalPriceExclVat) |
Pricing |
setTotalPrice(Double totalPrice) |
Pricing |
setTotalPriceExclVat(Double totalPriceExclVat) |
Pricing |
setTotalVatBase(Double totalVatBase) |
public Boolean getAppliedReverseCharge()
public PricingCustomer getCustomer()
public Pricing setCustomer(PricingCustomer customer)
public Boolean getDiscountApplied()
public Boolean getDiscountDefined()
public List<PricingItem> getItems()
public Pricing setItems(List<PricingItem> items)
public Double getNoDiscountTotalPrice()
public Double getNoDiscountTotalPriceExclVat()
public Pricing setNoDiscountTotalPriceExclVat(Double noDiscountTotalPriceExclVat)
public Double getTotalPrice()
public Double getTotalPriceExclVat()
public Double getTotalVatBase()
Copyright © 2020. All rights reserved.