Taxation

(OBJECT)

Tax-related data

link GraphQL Schema definition

  • type Taxation {
  • # tax rate in percent points
  • tax_rate: Percentage
  • # tax amount
  • amount: Float
  • # taxed amount (base)
  • tax_base: Float
  • }