GiniBankAPI
public final class GiniBankAPI
The Gini Bank API Library
-
The instance of a
DocumentServicethat is used by the Gini Bank API Library. TheDocumentServiceallows the interaction with the Gini Bank API.Declaration
Swift
public func documentService<T>() -> T where T : DocumentService -
The instance of a
PaymentServicethat is used by the Gini Bank API Library. ThePaymentServiceallows 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
View on GitHub
GiniBankAPI Class Reference