LUClaim Class Reference
| Inherits from | LUAPIModel : NSObject | 
| Declared in | LUClaim.h LUClaim.m  | 
Properties
campaignID
The ID of the campaign that was claimed.
@property (nonatomic, copy, readonly) NSNumber *campaignIDDiscussion
The ID of the campaign that was claimed.
Declared In
LUClaim.hclaimID
The unique identifier for this claim.
@property (nonatomic, copy, readonly) NSNumber *claimIDDiscussion
The unique identifier for this claim.
Declared In
LUClaim.hcode
The code of the campaign that was claimed.
@property (nonatomic, copy, readonly) NSString *codeDiscussion
The code of the campaign that was claimed.
Declared In
LUClaim.hvalue
The full value of the claim.
@property (nonatomic, strong, readonly) LUMonetaryValue *valueDiscussion
The full value of the claim.
Declared In
LUClaim.hvalueRemaining
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 *valueRemainingDiscussion
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