Trading_PictureManagerSubscriptionType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_PictureManagerSubscriptionType.h Trading_PictureManagerSubscriptionType.m |
Tasks
-
subscriptionLevelThe level of Picture Manager subscription. Each level has a
property
monthly fee and provides a certain amount of storage space. -
fee
propertyThe monthly fee for the subscription. Read-only value. -
storageSize
propertyThe total amount of storage space available for the subscription type. Read-only value. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_PictureManagerSubscriptionType.hfee
The monthly fee for the subscription. Read-only value.
@property (nonatomic, retain) Trading_AmountType *feeDeclared In
Trading_PictureManagerSubscriptionType.hstorageSize
The total amount of storage space available for the subscription type.
Read-only value.
@property (nonatomic, retain) NSNumber *storageSizeDiscussion
The total amount of storage space available for the subscription type.
Read-only value.
type : NSNumber, wrapper for primitive int
Declared In
Trading_PictureManagerSubscriptionType.hsubscriptionLevel
The level of Picture Manager subscription. Each level has a
monthly fee and provides a certain amount of storage space.
@property (nonatomic, retain) NSString *subscriptionLevelDiscussion
The level of Picture Manager subscription. Each level has a
monthly fee and provides a certain amount of storage space.
type: string constant in Trading_PictureManagerSubscriptionLevelCodeType.h
Declared In
Trading_PictureManagerSubscriptionType.h