PaymentObject12 enum

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

Inheritance

Constructors

PaymentObject12({required String name})
const

Values

excise → const PaymentObject12

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

const PaymentObject12(name: 'excise')
job → const PaymentObject12

Работа

const PaymentObject12(name: 'job')
service → const PaymentObject12

Услуга

const PaymentObject12(name: 'service')
gamblingBet → const PaymentObject12

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

const PaymentObject12(name: 'gamblingBet')
gamblingPrize → const PaymentObject12

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

const PaymentObject12(name: 'gamblingPrize')
lottery → const PaymentObject12

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

const PaymentObject12(name: 'lottery')
lotteryPrize → const PaymentObject12

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

const PaymentObject12(name: 'lotteryPrize')
intellectualActivity → const PaymentObject12

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

const PaymentObject12(name: 'intellectualActivity')
payment → const PaymentObject12

Платеж

const PaymentObject12(name: 'payment')
agentCommission → const PaymentObject12

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

const PaymentObject12(name: 'agentCommission')
composite → const PaymentObject12

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

const PaymentObject12(name: 'composite')
another → const PaymentObject12

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

const PaymentObject12(name: 'another')
commodity → const PaymentObject12

Товар

const PaymentObject12(name: 'commodity')
contribution → const PaymentObject12

Выплата

const PaymentObject12(name: 'contribution')
propertyRights → const PaymentObject12

Имущественное право

const PaymentObject12(name: 'propertyRights')
unrealization → const PaymentObject12

Внереализационный доход

const PaymentObject12(name: 'unrealization')
taxReduction → const PaymentObject12

Иные платежи и взносы

const PaymentObject12(name: 'taxReduction')
tradeFee → const PaymentObject12

Торговый сбор

const PaymentObject12(name: 'tradeFee')
resortTax → const PaymentObject12

Курортный сбор

const PaymentObject12(name: 'resortTax')
pledge → const PaymentObject12

Залог

const PaymentObject12(name: 'pledge')
incomeDecrease → const PaymentObject12

Расход

const PaymentObject12(name: 'incomeDecrease')
iePensionInsuranceWithoutPayments → const PaymentObject12

Взносы на ОПС ИП без платежей

const PaymentObject12(name: 'iePensionInsuranceWithoutPayments')
iePensionInsuranceWithPayments → const PaymentObject12

Взносы на ОПС с платежами

const PaymentObject12(name: 'iePensionInsuranceWithPayments')
ieMedicalInsuranceWithoutPayments → const PaymentObject12

Взносы на ОМС ИП без платежей

const PaymentObject12(name: 'ieMedicalInsuranceWithoutPayments')
ieMedicalInsuranceWithPayments → const PaymentObject12

Взносы на ОМС с платежами

const PaymentObject12(name: 'ieMedicalInsuranceWithPayments')
socialInsurance → const PaymentObject12

Взносы на ОСС

const PaymentObject12(name: 'socialInsurance')
casinoChips → const PaymentObject12

Платеж казино

const PaymentObject12(name: 'casinoChips')
agentPayment → const PaymentObject12

Выдача ДС

const PaymentObject12(name: 'agentPayment')
excisableGoodsWithoutMarkingCode → const PaymentObject12

АТНМ

const PaymentObject12(name: 'excisableGoodsWithoutMarkingCode')
excisableGoodsWithMarkingCode → const PaymentObject12

АТМ

const PaymentObject12(name: 'excisableGoodsWithMarkingCode')
goodsWithoutMarkingCode → const PaymentObject12

ТНМ

const PaymentObject12(name: 'goodsWithoutMarkingCode')
goodsWithMarkingCode → const PaymentObject12

ТМ

const PaymentObject12(name: 'goodsWithMarkingCode')

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<PaymentObject12>
A constant List of the values in this enum, in order of their declaration.