SQIPCardEntryCompletionStatus
enum SQIPCardEntryCompletionStatus : NSUInteger {}
Indicates the result of card entry.
-
Card entry was canceled by the customer.
Declaration
Objective-C
SQIPCardEntryCompletionStatusCanceled = 0
-
Card entry was completed successfully.
Declaration
Objective-C
SQIPCardEntryCompletionStatusSuccess