OPPPayToPaymentParams
@objc
public final class OPPPayToPaymentParams : OPPPaymentParams
Class to represent a set of parameters needed for performing PayTo payment flow.
-
Undocumented
Declaration
Swift
@objc public convenience init(checkoutId: String, email: String) throws -
Undocumented
Declaration
Swift
@objc public convenience init(checkoutId: String, mobileNumber: String) throws -
Undocumented
Declaration
Swift
@objc public convenience init(checkoutId: String, bsb: String, accountNumber: String) throws -
Declaration
Swift
public override func dictionaryForExecutingTransaction() -> [AnyHashable : Any]
OPPPayToPaymentParams Class Reference