SQIPCardDetails
@interface SQIPCardDetails : NSObject
Represents the result of a successful operation to process card payment information.
-
A one-time-use payment token that is used with the Payments API to charge the card or the Customers API to store the Card on File.
Declaration
Objective-C
@property (nonatomic, strong, readonly, nonnull) NSString *nonce;
-
The payment card.
Declaration
Objective-C
@property (nonatomic, strong, readonly, nonnull) SQIPCard *card;