Surcharge
A Surcharge represents an arbitrary extra item on an Order which is not a ProductVariant. It can be used to e.g. represent payment-related surcharges.
- Extends:
VendureEntity
constructor
method
(input?: DeepPartial<Surcharge>) => Surchargedescription
property
stringlistPrice
property
numberlistPriceIncludesTax
property
booleansku
property
stringtaxLines
property
TaxLine[]order
property
OrderorderModification
property
OrderModificationprice
property
numberpriceWithTax
property
numbertaxRate
property
numberWas this chapter helpful?