Properties
Static Private Readonly sales
Static Private Readonly vat
Methods
Static getRate
- getRate(countryIso: string, isReduced?: boolean, paymentMethod?: string): Rate
Parameters
countryIso: string
isReduced: boolean = false
Optional paymentMethod: string
Static getVatAccount
- getVatAccount(countryIso: string, paymentMethod?: string): Account
Parameters
countryIso: string
Optional paymentMethod: string
Static tryGetSalesAccount
- tryGetSalesAccount(countryIso: string, paymentMethod?: string): Account
Parameters
countryIso: string
Optional paymentMethod: string
Static tryGetSalesAccountForOrder
Static tryGetSalesRateForItem