Receipt class
Данные чека
- Annotations
- @JsonSerializable(includeIfNull: false)
Constructors
Properties
- email → String
-
Электронная почта покупателя [...]
@JsonKey(name: JsonKeys.email), final
- emailCompany → String
-
Электронная почта продавца [...]
@JsonKey(name: JsonKeys.emailCompany), final
-
equals
→ Map<
String, Object> -
Объекты для сравнения
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
items
→ List<
Items> -
Массив позиций чека с информацией о товарах. [...]
@JsonKey(name: JsonKeys.items), final
- phone → String
-
Телефон покупателя [...]
@JsonKey(name: JsonKeys.phone), final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- taxation → Taxation
-
Система налогообложения: [...]
@JsonKey(name: JsonKeys.taxation), final
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