TaxDriver
interface TaxDriver (View source)
Methods
Details
TaxDriver
setShippingAddress(Addressable $address = null)
Set the shipping address.
TaxDriver
setBillingAddress(Addressable $address = null)
Set the billing address.
TaxDriver
setPurchasable(Purchasable $purchasable)
Set the purchasable item.
TaxBreakdown
getBreakdown(int $subTotal)
Return the tax breakdown from a given sub total.