OrderCalc
Constructors
Functions
Link copied to clipboard
Get the Additional charges calculated for passed in line items
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Get an orderFee price based on passed orderFeeLineItem's percentage
Link copied to clipboard
Get an orderFee price for passed LineItems, which will be calculated based on passed orderFeeLineItem's percentage
Link copied to clipboard
Link copied to clipboard
Pass VAT inclusive price Line Item and get back VAT exclusive price
Link copied to clipboard
Pass VAT exclusive price Line Item and get back VAT inclusive price
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public List<Calc.TaxSummary> getTaxSummaries(Collection<LineItem> lines, Decimal overrideSplitPercent)
Summarize the taxes for the given line items.
Link copied to clipboard
public List<Calc.TaxSummary> getTaxSummariesBeforeRefunds(Collection<LineItem> lines, Decimal overrideSplitPercent)
Summarize the taxes for the given line items.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Get the total orderFee amount for given order
Link copied to clipboard
Link copied to clipboard