SberbankAcquiringConfigCredential class

{@macro sberbank_acquiring}

userName: {@macro user_name}

password: {@macro password}

isDebugMode: {@macro is_debug_mode}

logger: {@macro logger}

Inheritance

Constructors

SberbankAcquiringConfigCredential({required String userName, required String password, bool isDebugMode = true, BaseLogger logger = const Logger()})
{@macro sberbank_acquiring}
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isDebugMode bool
Параметр для работы с debug сервером
finalinherited
logger BaseLogger
Реализация простого логгера
finalinherited
password String
Пароль служебной учётной записи продавца. При передаче логина и пароля для аутентификации в платёжном шлюзе параметр token передавать не нужно.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userName String
Логин служебной учётной записи продавца. При передаче логина и пароля для аутентификации в платёжном шлюзе параметр token передавать не нужно.
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