OPPBraintreePaymentParams
@objc
public class OPPBraintreePaymentParams : OPPPaymentParams
Class to encapsulate all necessary transaction parameters for performing PayPal PayFast and Venmo PayFast transaction.
-
Create PayPal PayFast payment parameters object.
Declaration
Swift
@objc public static func payPalPayFastPaymentParamsWith(checkoutId: String, config: OPPBraintreeConfig?) throws -> OPPBraintreePaymentParams -
Create Venmo PayFast payment parameters object.
Declaration
Swift
@objc public static func venmoPayFastPaymentParamsWith(checkoutId: String, config: OPPBraintreeConfig?) throws -> OPPBraintreePaymentParams
OPPBraintreePaymentParams Class Reference