STPIssuingCardPin
@interface STPIssuingCardPin : NSObject <STPAPIResponseDecodable>
Information related to a Stripe Issuing card, including the PIN
-
Unavailable
You cannot directly instantiate an STPIssuingCardPin
You cannot directly instantiate an
STPIssuingCardPin
.Declaration
Objective-C
- (nonnull instancetype)init;
-
The PIN for the card
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *pin;
Swift
var pin: String? { get }
-
If the PIN failed to be created, this error might be present
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSDictionary *error;
Swift
var error: [AnyHashable : Any]? { get }