TransationForUser Constants Reference

Declared in LMPaymentStorage.h

TransationForUser

Definition

typedef NS_ENUM(NSInteger, TransationForUser ) {
   TFU_NotFound = 0,
   TFU_For_CurrentUser = 1,
   TFU_For_OtherUser = 2,
};

Constants

TFU_NotFound

Declared In LMPaymentStorage.h.

TFU_For_CurrentUser

Declared In LMPaymentStorage.h.

TFU_For_OtherUser

Declared In LMPaymentStorage.h.