KEWLPaymentStatus Constants Reference
Declared in | KEWLPaymentManager.h |
---|
KEWLPaymentStatus
Definition
typedef NS_ENUM(NSInteger, KEWLPaymentStatus ) {
KEWLPaymentStatusError = 0,
KEWLPaymentStatusSuccess = 1,
KEWLPaymentStatusRecieptErr = 2,
KEWLPaymentStatusFailed = 3,
KEWLPaymentStatusCancel = 4,
};