OPPPazeProcessor
@objc
public final class OPPPazeProcessor : NSObject
Class to process PAZE Payments transaction.
-
Creates an object representing an Paze processor.
Declaration
Swift
@objc public init(transaction: OPPTransaction, provider: OPPPaymentProvider)Parameters
transactionTransaction to process, and it should not be nil.
providerPayment provider for server interactions.
-
Method initiate the paze session. Completion handler will return the updated transaction or error once session ends.
Declaration
Swift
@objc public func startPaze(_ completionHandler: @escaping (OPPTransaction?, NSError?) -> Void)
OPPPazeProcessor Class Reference