Captainup  2.4
Properties | List of all members
<CPTRewardType> Protocol Reference

#import <CPTRewardType.h>

Inheritance diagram for <CPTRewardType>:
<CPTObject>

Properties

NSString * rewardTypeId
 
NSString * name
 
NSString * rewardTypeDescription
 
Boolean isActive
 
NSString * imageURL
 
NSArray< id< CPTRewardTypeProperty > > * properties
 
- Properties inherited from <CPTObject>
NSDictionary< NSString *, id > * sourceDictionary
 

Additional Inherited Members

- Instance Methods inherited from <CPTObject>
(nonnull instancetype) - initWithDictionary:
 
(nonnull NSDictionary< NSString *, id > *) - toDictionary
 

Detailed Description

Description

Property Documentation

◆ imageURL

- (NSString*) imageURL
readnonatomicassign

image url of reward

◆ isActive

- (Boolean) isActive
readnonatomicassign

is reward type active

◆ name

- (NSString*) name
readnonatomicassign

Rewrd type name

◆ properties

- (NSArray<id<CPTRewardTypeProperty> >*) properties
readnonatomicassign

reward type properties

◆ rewardTypeDescription

- (NSString*) rewardTypeDescription
readnonatomicassign

Rewrd type description

◆ rewardTypeId

- (NSString*) rewardTypeId
readnonatomicassign

The ID of the reward type


The documentation for this protocol was generated from the following file: