Inherits from NSObject
Declared in LULoyaltyRequestFactory.h
LULoyaltyRequestFactory.m

Overview

LULoyaltyRequestFactory is used to build requests related to loyalty.

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