BUYCollection Class Reference
Inherits from | BUYObject : NSObject |
---|---|
Declared in | BUYCollection.h |
title
The title of the collection
@property (nonatomic, strong, readonly) NSString *title
Declared In
BUYCollection.h
collectionId
The unique collection ID
@property (nonatomic, strong, readonly) NSNumber *collectionId
Declared In
BUYCollection.h
htmlDescription
The html description
@property (nonatomic, strong, readonly) NSString *htmlDescription
Declared In
BUYCollection.h
imageURL
The collection’s image URL
@property (nonatomic, strong, readonly) NSURL *imageURL
Declared In
BUYCollection.h
handle
The handle of the collection
@property (nonatomic, strong, readonly) NSString *handle
Declared In
BUYCollection.h
published
The state of whether the collection is currently published or not
@property (nonatomic, assign, readonly) BOOL published
Declared In
BUYCollection.h
createdAtDate
The creation date for the collection
@property (nonatomic, readonly, copy) NSDate *createdAtDate
Declared In
BUYCollection.h
updatedAtDate
The updated date for the collection
@property (nonatomic, readonly, copy) NSDate *updatedAtDate
Declared In
BUYCollection.h
publishedAtDate
The publish date for the collection
@property (nonatomic, readonly, copy) NSDate *publishedAtDate
Declared In
BUYCollection.h