BankCardRepeatModuleInputData class

Входные данные для повторной токенизации банковской карты.

Annotations

Constructors

BankCardRepeatModuleInputData({required String clientApplicationKey, required String shopName, required String purchaseDescription, required String paymentMethodId, required Amount amount, required SavePaymentMethod savePaymentMethod, required String shopId, TestModeSettings? testModeSettings, bool isLoggingEnabled = false, CustomizationSettings customizationSettings = const CustomizationSettings(), String? gatewayId})
Входные данные для повторной токенизации банковской карты.
const

Properties

amount Amount
Объект, содержащий сумму заказа и валюту
final
clientApplicationKey String
Ключ для клиентских приложений из личного кабинета ЮKassa
final
customizationSettings → CustomizationSettings
Настройки костюмизации
final
gatewayId String?
По умолчанию null. Используется, если у вас несколько платежных шлюзов с разными идентификаторами.
final
hashCode int
The hash code for this object.
no setterinherited
isLoggingEnabled bool
По умолчанию false. Включает логирование сетевых запросов.
final
paymentMethodId String
Идентификатор сохраненного способа оплаты
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
purchaseDescription String
Описание заказа в форме оплаты
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
savePaymentMethod SavePaymentMethod
Настройка сохранения способа оплаты. Если способ оплаты сохранен, магазин может производить регулярные платежи с помощью токена.
final
shopId String
Идентификатор магазина в ЮKassa
final
shopName String
Название магазина в форме оплаты
final
По умолчанию true. Отвечает за отображение логотипа ЮKassa. По умолчанию логотип отображается.
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
testModeSettings TestModeSettings?
По умолчанию null. Настройки тестового режима.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.

Operators

operator ==(Object other) bool
The equality operator.
inherited