InvoiceAcquiringConfigCredential class

Создает экземпляр класса для конфигурирования SDK, через login и apiKey.

Inheritance

Constructors

InvoiceAcquiringConfigCredential({required String login, required String? apiKey, bool isDebugMode = true, BaseLogger logger = const Logger()})
const

Properties

apiKey String?
Пароль терминала из личного кабинета
final
hashCode int
The hash code for this object.
no setterinherited
isDebugMode bool
Параметр для работы с debug сервером
finalinherited
logger → BaseLogger
Позволяет использовать свой логгер или заданный
finalinherited
login String
Идентификатор терминала. Выдается продавцу банком при заведении терминала
final
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
url(String path) Uri
Uri до Invoice Acquiring
inherited

Operators

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