SupplierInfo class
Данные поставщика платежного агента
- Annotations
- @JsonSerializable(includeIfNull: false)
Constructors
-
SupplierInfo(List<
String> phones, String name, String inn) - Создает экземпляр данных поставщика платежного агента
-
SupplierInfo.fromJson(Map<
String, dynamic> json) -
Преобразование json в модель
factory
Properties
-
equals
→ Map<
String, Object> -
Объекты для сравнения
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- inn → String
-
ИНН поставщика [...]
@JsonKey(name: JsonKeys.inn), final
- name → String
-
Наименование поставщика [...]
@JsonKey(name: JsonKeys.name), final
-
phones
→ List<
String> -
Телефон поставщика [...]
@JsonKey(name: JsonKeys.phones), final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> - Преобразование модели в json
-
toString(
) → String -
Returns a string representation of this object.
inherited
-
validate(
) → void - Метод проверяет валидность данных
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited