Inherits from LUAPIModel : NSObject
Declared in LUClaim.h
LUClaim.m

Overview

When a user claims a campaign, an LUClaim object is created and returned.

Tasks

Properties

campaignID

The ID of the campaign that was claimed.

@property (nonatomic, copy, readonly) NSNumber *campaignID

Discussion

The ID of the campaign that was claimed.

Declared In

LUClaim.h

claimID

The unique identifier for this claim.

@property (nonatomic, copy, readonly) NSNumber *claimID

Discussion

The unique identifier for this claim.

Declared In

LUClaim.h

code

The code of the campaign that was claimed.

@property (nonatomic, copy, readonly) NSString *code

Discussion

The code of the campaign that was claimed.

Declared In

LUClaim.h

value

The full value of the claim.

@property (nonatomic, strong, readonly) LUMonetaryValue *value

Discussion

The full value of the claim.

Declared In

LUClaim.h

valueRemaining

The value remaining on the claim. As the user spends money, this amount will go down, and will be zero once they’ve used up the full value of the claim.

@property (nonatomic, strong, readonly) LUMonetaryValue *valueRemaining

Discussion

The value remaining on the claim. As the user spends money, this amount will go down, and will be zero once they’ve used up the full value of the claim.

Declared In

LUClaim.h