STPRadarSession
public final class STPRadarSession : NSObject, STPAPIResponseDecodable
Note
This API and the guide linked above require special permissions to use. Contact support@stripe.com if you’re interested.-
The Stripe identifier of the RadarSession
Declaration
Swift
@objc public let id: String
-
Declaration
Swift
@objc public let allResponseFields: [AnyHashable : Any]
-
Declaration
Swift
public static func decodedObject(fromAPIResponse response: [AnyHashable : Any]?) -> STPRadarSession?