LULoyaltyRequestFactory Class Reference
Inherits from | NSObject |
Declared in | LULoyaltyRequestFactory.h LULoyaltyRequestFactory.m |
Class Methods
requestForLoyaltyForMerchantWithID:
Builds a request to retrieve the current user’s loyalty at a specific merchant.
+ (LUAPIRequest *)requestForLoyaltyForMerchantWithID:(NSNumber *)merchantID
Parameters
- merchantID
The ID of the merchant whose loyalty will be requested.
Discussion
Builds a request to retrieve the current user’s loyalty at a specific merchant.
When successful, an LULoyalty
instance will be returned.
Warning: This request requires an access token with the LUPermissionManageUserCampaigns
permission.
Declared In
LULoyaltyRequestFactory.h