GiniApiLib
public final class GiniApiLib
The Gini Pay Api Library
-
The instance of a
DocumentServicethat is used by the Gini Pay Api Library. TheDocumentServiceallows the interaction with the Gini API.Declaration
Swift
public func documentService<T>() -> T where T : DocumentService -
The instance of a
PaymentServicethat is used by the Gini Pay Api Library. ThePaymentServiceallows the interaction with payment functionality ofthe Gini 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
GiniApiLib Class Reference