PaymentObjectIos enum

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

Inheritance

Constructors

PaymentObjectIos({required String name})
const

Values

excise → const PaymentObjectIos

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

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

Работа

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

Услуга

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

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

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

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

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

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

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

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

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

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

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

Платеж

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

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

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

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

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

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

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