AgentSign enum
Признак агента.
Constants
- another → const AgentSign
-
another – другой тип агента
@JsonValue('another')const AgentSign(6)
- attorney → const AgentSign
-
attorney – поверенный
@JsonValue('attorney')const AgentSign(4)
- bankPayingAgent → const AgentSign
-
bank_paying_agent – банковский платежный агент
@JsonValue('bank_paying_agent')const AgentSign(0)
- bankPayingSubagent → const AgentSign
-
bank_paying_subagent – банковский платежный субагент
@JsonValue('bank_paying_subagent')const AgentSign(1)
- commissionAgent → const AgentSign
-
commission_agent – комиссионер
@JsonValue('commission_agent')const AgentSign(5)
- payingAgent → const AgentSign
-
paying_agent – платежный агент
@JsonValue('paying_agent')const AgentSign(2)
- payingSubagent → const AgentSign
-
paying_subagent – платежный субагент
@JsonValue('paying_subagent')const AgentSign(3)
-
values
→ const List<
AgentSign> -
A constant List of the values in this enum, in order of their declaration.
const List<
AgentSign>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited