Package 

Enum Tax

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum Tax
    extends Enum<Tax>
                        

    Ставка налога

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      NONE

      Без НДС

      VAT_0

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

      VAT_10

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

      VAT_18

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

      VAT_110

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

      VAT_118

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

      VAT_20

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

      VAT_120

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

    • Method Summary

      Modifier and Type Method Description
      String toString()
      • Methods inherited from class kotlin.Enum

        getName, getOrdinal
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait