KEWLPaymentStatus Constants Reference

Declared in KEWLPaymentManager.h

KEWLPaymentStatus

Definition

typedef NS_ENUM(NSInteger, KEWLPaymentStatus ) {
   KEWLPaymentStatusError = 0,
   KEWLPaymentStatusSuccess = 1,
   KEWLPaymentStatusRecieptErr = 2,
   KEWLPaymentStatusFailed = 3,
   KEWLPaymentStatusCancel = 4,
};

Constants

KEWLPaymentStatusError

Declared In KEWLPaymentManager.h.

KEWLPaymentStatusSuccess

Declared In KEWLPaymentManager.h.

KEWLPaymentStatusRecieptErr

Declared In KEWLPaymentManager.h.

KEWLPaymentStatusFailed

Declared In KEWLPaymentManager.h.

KEWLPaymentStatusCancel

Declared In KEWLPaymentManager.h.