STPPaymentMethodBancontact
public class STPPaymentMethodBancontact : NSObject, STPAPIResponseDecodable
A Bancontact Payment Method.
-
Declaration
Swift
private(set) public var allResponseFields: [AnyHashable : Any] { get }
-
Declaration
Swift
public class func decodedObject(fromAPIResponse response: [AnyHashable : Any]?) -> `Self`?