ManuallyAuthorizePayment
open class ManuallyAuthorizePayment : PaymentMethod
Manually authorize a payment
-
The payment data to be sent to the API
Declaration
Swift
public var paymentData: [String : Any] { get }
-
Initialise the manual authorization payment method
Declaration
Swift
public init()