Tax enum

Cтавка НДС

Inheritance

Constructors

Tax({required String name})
const

Values

none → const Tax

Без НДС

const Tax(name: 'none')
vat0 → const Tax

НДС по ставке 0%

const Tax(name: 'vat0')
vat10 → const Tax

НДС чека по ставке 10%

const Tax(name: 'vat10')
vat18 → const Tax

НДС чека по ставке 18%

const Tax(name: 'vat18')
vat110 → const Tax

НДС чека по расчетной ставке 10/110

const Tax(name: 'vat110')
vat118 → const Tax

НДС чека по расчетной ставке 18/118

const Tax(name: 'vat118')
vat20 → const Tax

НДС чека по ставке 20%

const Tax(name: 'vat20')
vat120 → const Tax

НДС чека по расчетной ставке 20/120

const Tax(name: 'vat120')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<Tax>
A constant List of the values in this enum, in order of their declaration.