-
Default PCF cart interactor.
Declaration
Swift
public let dataManager: DataManagerType
-
Creates a PCFCartInteractor with the given data manager.
Parameter
Parameter dataManager: The data manager used for network communication.Declaration
Swift
public init(dataManager: DataManagerType)
Parameters
dataManager
The data manager used for network communication.