Other Classes
The following classes are available globally.
-
See moreAnalyticsService
is responsible for sending batched analytics events to a server. It utilizes a session manager to manage network requests and communicates with a configurable API domain.Declaration
Swift
public final class AnalyticsService : AnalyticsServiceProtocol
-
A service responsible for fetching configuration settings.
This service implements the
See moreClientConfigurationServiceProtocol
and provides methods to retrieve configuration data from a specified API domain.Declaration
Swift
public final class ClientConfigurationService : ClientConfigurationServiceProtocol
-
Undocumented
See moreDeclaration
Swift
public final class Token : Hashable
extension Token: Decodable
-
The Gini Bank API Library
See moreDeclaration
Swift
public final class GiniBankAPI
-
Cancellation token needed during the analysis process
See moreDeclaration
Swift
public final class CancellationToken
-
The default document service. By default interacts with the
See moreAPIDomain.default
api.Declaration
Swift
public final class DefaultDocumentService : DefaultDocumentServiceProtocol
-
Data model for a document extraction.
See moreDeclaration
Swift
@objcMembers final public class Extraction : NSObject, Decodable
-
Data model for a document extraction result.
See moreDeclaration
Swift
@objcMembers final public class ExtractionResult : NSObject
-
The payment service. Interacts with the
See moreGini Bank API
to support Gini Pay Connect functionality.Declaration
Swift
public final class PaymentService : PaymentServiceProtocol
-
Data model for a return reason.
See moreDeclaration
Swift
@objcMembers final public class ReturnReason : NSObject
extension ReturnReason: Decodable