BUYImage Class Reference
Inherits from | BUYObject : NSObject |
---|---|
Declared in | BUYImage.h |
Overview
Products are easier to sell if customers can see pictures of them, which is why there are product images.
src
Specifies the location of the product image.
@property (nonatomic, readonly, copy) NSString *src
Declared In
BUYImage.h
variantIds
An array of variant ids associated with the image.
@property (nonatomic, readonly, copy) NSArray<NSNumber*> *variantIds
Declared In
BUYImage.h
createdAtDate
Creation date of the image
@property (nonatomic, readonly, copy) NSDate *createdAtDate
Declared In
BUYImage.h
updatedAtDate
The date the image was last updated
@property (nonatomic, readonly, copy) NSDate *updatedAtDate
Declared In
BUYImage.h
position
The position of the image for the product
@property (nonatomic, readonly, copy) NSNumber *position
Declared In
BUYImage.h
productId
The associated product ID for the image
@property (nonatomic, readonly, copy) NSNumber *productId
Declared In
BUYImage.h