STPPaymentMethodCardPresent
public class STPPaymentMethodCardPresent : NSObject, STPAPIResponseDecodable
Details about the Card Present payment method
-
Declaration
Swift
public private(set) var allResponseFields: [AnyHashable : Any] { get }
-
Declaration
Swift
public class func decodedObject(fromAPIResponse response: [AnyHashable : Any]?) -> `Self`?