AndroidReceiptFfd105 class

Implemented types

Constructors

AndroidReceiptFfd105({String? email, String? phone, required Taxation taxation, required List<AndroidItem105> items})

Properties

arguments Map<String, dynamic>
no setteroverride
email String?
Электронный адрес для отправки чека покупателю. Параметр email или phone должен быть заполнен
final
hashCode int
The hash code for this object.
no setterinherited
items List<AndroidItem105>
Массив, содержащий в себе информацию о товарах
final
phone String?
Телефон покупателя. Параметр email или phone должен быть заполнен
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taxation Taxation
Система налогообложения
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