taxSchemes top-level constant

List<String> const taxSchemes

Der Steuerfall einer Rechnung. Er wird vom Server abgeleitet (Kundenland, Kundenart, UID, Ware oder Leistung); eine mitgeschickte Angabe muss dazu passen, sonst tax_scheme_mismatch. Neue Fälle stehen hinten.

Implementation

const List<String> taxSchemes = [
  'normal',
  'smallBusiness',
  'reverseCharge',
  'igLieferung',
  'exportThirdCountry',
  'domesticReverseCharge',
  'oss',
  'outsideScope',
];