Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Accounts

Hierarchy

  • Accounts

Index

Constructors

Properties

sales: Map<string, Account> = ...
vat: Map<string, Account> = ...

Methods

  • getRate(countryIso: string, isReduced?: boolean, paymentMethod?: string): Rate
  • Parameters

    • countryIso: string
    • isReduced: boolean = false
    • Optional paymentMethod: string

    Returns Rate

  • getVatAccount(countryIso: string, paymentMethod?: string): Account
  • tryGetSalesAccount(countryIso: string, paymentMethod?: string): Account

Generated using TypeDoc