Enum PaymentObject105

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

    
    public enum PaymentObject105
    extends Enum<PaymentObject105>
                        

    Признак предмета расчета

    Author:

    Michael Babayan

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      EXCISE

      Подакцизный товар

      JOB

      Работа

      SERVICE

      Услуга

      GAMBLING_BET

      Ставка азартной игры

      GAMBLING_PRIZE

      Выигрыш азартной игры

      LOTTERY

      Лотерейный билет

      LOTTERY_PRIZE

      Выигрыш лотереи

      INTELLECTUAL_ACTIVITY

      Предоставление результатов интеллектуальной деятельности

      PAYMENT

      Платеж

      AGENT_COMMISSION

      Агентское вознаграждение

      COMPOSITE

      Составной предмет расчета

      ANOTHER

      Иной предмет расчета

      COMMODITY

      Товар

    • Method Summary

      Modifier and Type Method Description
      final PaymentObject105 valueOf(String value) Returns the enum constant of this type with the specified name.
      final Array<PaymentObject105> values() Returns an array containing the constants of this enum type, in the order they're declared.
      final EnumEntries<PaymentObject105> getEntries() Признак предмета расчета
      • 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
    • Constructor Detail

    • Method Detail

      • valueOf

         final PaymentObject105 valueOf(String value)

        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

      • values

         final Array<PaymentObject105> values()

        Returns an array containing the constants of this enum type, in the order they're declared.

        This method may be used to iterate over the constants.