STPPaymentMethodSofortParams
public class STPPaymentMethodSofortParams : NSObject, STPFormEncodable
An object representing parameters used to create a Sofort Payment Method
-
Declaration
Swift
@objc public var additionalAPIParameters: [AnyHashable : Any]
-
Two-letter ISO code representing the country the bank account is located in. Required.
Declaration
Swift
@objc public var country: String?
-
Declaration
Swift
@objc public class func rootObjectName() -> String?
-
Declaration
Swift
@objc public class func propertyNamesToFormFieldNamesMapping() -> [String : String]