ClientInfo class

Информация о покупателе (Обязательно для FfdVersion = 1.2)

Constructors

ClientInfo({String? birthdate, String? citizenship, String? documentCode, String? documentData, String? address})

Properties

address String?
Адрес покупателя или грузополучателя
final
birthdate String?
Дата рождения в формате ДД.ММ.ГГГГ
final
citizenship String?
Числовой код страны по ОКСМ
final
documentCode String?
Код вида документа, удостоверяющего личность
final
documentData String?
Реквизиты документа (например, серия и номер паспорта)
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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