CustomerOptions class

Данные покупателя

Constructors

CustomerOptions({required String customerKey, CheckType checkType = CheckType.hold, String? email, Map<String, String>? data})
const

Properties

arguments Map<String, dynamic>
no setter
checkType CheckType
Тип привязки карты
final
customerKey String
Идентификатор покупателя в системе продавца. Максимальная длина - 36 символов
final
data Map<String, String>?
Объект содержащий дополнительные параметры в виде "ключ":"значение". Данные параметры будут переданы в запросе платежа/привязки карты. Максимальная длина для каждого передаваемого параметра: Ключ – 20 знаков, Значение – 100 знаков. Максимальное количество пар "ключ-значение" не может превышать 20
final
email String?
Email, на который будет отправлена квитанция об оплате
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