STPPaymentMethodiDEALParams
public class STPPaymentMethodiDEALParams : NSObject, STPFormEncodable
An object representing parameters used to create an iDEAL Payment Method
-
Declaration
Swift
@objc public var additionalAPIParameters: [AnyHashable : Any]
-
The customer’s bank.
Declaration
Swift
@objc public var bankName: String?
-
Declaration
Swift
@objc public class func rootObjectName() -> String?
-
Declaration
Swift
@objc public class func propertyNamesToFormFieldNamesMapping() -> [String : String]