PaymentObject105 enum

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

Inheritance

Constructors

PaymentObject105({required String name})
const

Values

excise → const PaymentObject105

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

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

Работа

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

Услуга

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

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

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

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

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

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

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

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

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

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

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

Платеж

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

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

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

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

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

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

const PaymentObject105(name: 'another')

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