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,
};