GiniBankAPI
public final class GiniBankAPI
The Gini Bank API Library
-
The instance of a
DocumentService
that is used by the Gini Bank API Library. TheDocumentService
allows the interaction with the Gini Bank API.Declaration
Swift
public func documentService<T>() -> T where T : DocumentService
-
The instance of a
PaymentService
that is used by the Gini Bank API Library. ThePaymentService
allows the interaction with payment functionality of the Gini Bank API.Declaration
Swift
public func paymentService() -> PaymentService
-
Removes the user stored credentials. Recommended when logging a different user in your app.
Declaration
Swift
public func removeStoredCredentials() throws