STPIssuingCardPin
public class STPIssuingCardPin : NSObject
extension STPIssuingCardPin: STPAPIResponseDecodable
Information related to a Stripe Issuing card, including the PIN
-
The PIN for the card
Declaration
Swift
@objc public let pin: String?
-
If the PIN failed to be created, this error might be present
Declaration
Swift
@objc public let error: [AnyHashable : Any]?
-
Declaration
Swift
@objc public let allResponseFields: [AnyHashable : Any]
-
Declaration
Swift
public class func decodedObject(fromAPIResponse response: [AnyHashable : Any]?) -> `Self`?