AgentData class

Данные агента

Constructors

AgentData({required AgentSign agentSign, String? operationName, List<String>? phones, List<String>? receiverPhones, List<String>? transferPhones, String? operatorName, String? operatorAddress, String? operatorInn})

Properties

agentSign AgentSign
Признак агента
final
hashCode int
The hash code for this object.
no setterinherited
operationName String?
Наименование операции
final
operatorAddress String?
Адрес оператора перевода
final
operatorInn String?
ИНН оператора перевода
final
operatorName String?
Наименование оператора перевода
final
phones List<String>?
Телефоны платежного агента
final
receiverPhones List<String>?
Телефоны оператора по приему платежей
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transferPhones List<String>?
Телефоны оператора перевода
final

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