AgentData class

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

AgentData

Inheritance
Annotations
  • @JsonSerializable(includeIfNull: false)

Constructors

AgentData({AgentSign? agentSign, String? operationName, List<String>? phones, List<String>? receiverPhones, List<String>? transferPhones, String? operatorName, String? operatorAddress, String? operatorInn})
Создает экземпляр данных агента
AgentData.fromJson(Map<String, dynamic> json)
Преобразование json в модель
factory

Properties

agentSign AgentSign?
Признак агента. Возможные значения:
final
equals Map<String, Object?>
Comparison objects
no setteroverride
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

compareLists<R>(List<R>? list1, List<R>? list2) bool
Determines whether list1 and list2 are equal.
inherited
copyWith({AgentSign? agentSign, String? operationName, List<String>? phones, List<String>? receiverPhones, List<String>? transferPhones, String? operatorName, String? operatorAddress, String? operatorInn}) AgentData
Создает экземпляр с заданными параметрами
override
genHash<R>(Iterable<R>? values) int
Returns a hashCode for equals.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Преобразование модели в json
override
toString() String
A string representation of this object.
inherited
validate() → void
Метод проверяет валидность данных
override

Operators

operator ==(Object other) bool
The equality operator.
inherited