ReceiptRepositoryFactory
public final class ReceiptRepositoryFactory
Receipt Repository Factory
-
Returns the previously initialized instance of the ReceiptRepositoryFactory object
Declaration
Swift
public static var shared: ReceiptRepositoryFactory { get } -
Clears the RepositoryFactory singleton instance.
Declaration
Swift
public static func clearInstance() -
Gets the
UserReceiptRepositoryimplementation.Declaration
Swift
public func userReceiptRepository() -> UserReceiptRepositoryReturn Value
The implementation of the UserReceiptRepository protocol
-
Gets the
PrepaidCardReceiptRepositoryimplementation.Declaration
Swift
public func prepaidCardReceiptRepository() -> PrepaidCardReceiptRepositoryReturn Value
The implementation of the PrepaidCardReceiptRepository protocol
View on GitHub