STPPaymentMethodSofort
public class STPPaymentMethodSofort : NSObject, STPAPIResponseDecodable
A Sofort Payment Method.
-
Declaration
Swift
@objc private(set) public var allResponseFields: [AnyHashable : Any] { get }
-
Two-letter ISO code representing the country the bank account is located in.
Declaration
Swift
@objc public private(set) var country: String? { get }
-
Declaration
Swift
@objc public class func decodedObject(fromAPIResponse response: [AnyHashable : Any]?) -> `Self`?