CollectData class

Сбор данных для прохождения 3-D Secure 2.0 Collect

Constructors

CollectData({required BuildContext context, required void onFinished(Map<String, String>), required TinkoffAcquiringConfig config, required String serverTransId, required String threeDsMethodUrl})
Конструктор cбора данных для прохождения 3-D Secure 2.0 Collect

Properties

config → TinkoffAcquiringConfig
Конфигуратор SDK
final
context BuildContext
Необходим для встраивания в widget tree
final
hashCode int
The hash code for this object.
no setterinherited
onFinished → void Function(Map<String, String>)
Результат проверки
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverTransId String
Уникальный идентификатор транзакции, генерируемый 3DS-Server, обязательный параметр для 3DS второй версии
final
threeDsMethodUrl String
Дополнительный параметр для 3DS второй версии, который позволяет пройти этап по сбору данных браузера ACS-ом
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