InvoiceAcquiringConfig class abstract

Класс позволяет конфигурировать SDK.

Implementers

Constructors

InvoiceAcquiringConfig.credential({required String login, required String apiKey, bool isDebugMode, BaseLogger logger})
Создает экземпляр класса для конфигурирования SDK, через apiKey и login.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isDebugMode bool
Параметр для работы с debug сервером
final
logger → BaseLogger
Позволяет использовать свой логгер или заданный
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

Operators

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