STPPaymentMethodiDEAL
public class STPPaymentMethodiDEAL : NSObject, STPAPIResponseDecodable
An iDEAL Payment Method.
-
The customer’s bank.
Declaration
Swift
@objc public private(set) var bankName: String? { get }
-
The Bank Identifier Code of the customer’s bank.
Declaration
Swift
@objc public private(set) var bankIdentifierCode: String? { get }
-
Declaration
Swift
@objc public private(set) var allResponseFields: [AnyHashable : Any] { get }
-
Declaration
Swift
@objc public class func decodedObject(fromAPIResponse response: [AnyHashable : Any]?) -> `Self`?