IosReceipt class

iOS-реализация объекта чека

Implemented types

Constructors

IosReceipt({String? shopCode, String? email, String? phone, Taxation? taxation, List<IosItem>? items, AgentData? agentData, SupplierInfo? supplierInfo, String? customer, String? customerInn})

Properties

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