-
The payment data to be sent to the API
Declaration
Swift
public var paymentData: [String : Any] { get }
-
Initialise the payment method with a stripe token
Declaration
Swift
public init(withStripeToken token: String, withOptions options: [String: String]? = nil)