OPPPayToProcessor
@objc
public final class OPPPayToProcessor : NSObject
Class to process PayTo Payments transaction.
-
Creates an object representing an PayTo processor.
Declaration
Swift
@objc public init(transaction: OPPTransaction, provider: OPPPaymentProvider)Parameters
transactionTransaction to process, and it should not be nil.
modeProvider mode to set environment.
-
Method to process PayTo transaction.
Declaration
Swift
@objc public func process(completion: @escaping (OPPTransaction?, Error?) -> Void)
OPPPayToProcessor Class Reference