SberbankAcquiringConfigToken class
{@macro sberbank_acquiring}
token: {@macro token}
isDebugMode: {@macro is_debug_mode}
logger: {@macro logger}
- Inheritance
-
- Object
- SberbankAcquiringConfig
- SberbankAcquiringConfigToken
Constructors
- SberbankAcquiringConfigToken({required String token, 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
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token → String
-
Значение, которое используется для аутентификации продавца при отправке запросов в платёжный шлюз.
При передаче этого параметра параметры userName и pаssword передавать не нужно.
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