STPPaymentMethodSEPADebitParams
public class STPPaymentMethodSEPADebitParams : NSObject, STPFormEncodable
An object representing parameters used to create a SEPA Debit Payment Method
-
Declaration
Swift
@objc public var additionalAPIParameters: [AnyHashable : Any]
-
The IBAN number for the bank account you wish to debit. Required.
Declaration
Swift
@objc public var iban: String?
-
Declaration
Swift
@objc public class func rootObjectName() -> String?
-
Declaration
Swift
@objc public class func propertyNamesToFormFieldNamesMapping() -> [String : String]