Trading_UploadSiteHostedPicturesResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject |
| Declared in | Trading_UploadSiteHostedPicturesResponseType.h Trading_UploadSiteHostedPicturesResponseType.m |
Overview
Contains information about a picture upload (i.e., information about a picture
upload containing a binary attachment of an image).
@ingroup EBayAPIInterface
Tasks
-
pictureSystemVersionSpecifies the picture system version that was used to upload pictures.
property
Only version 2 is valid. -
siteHostedPictureDetailsContains information about an UploadSiteHostedPictures upload,
property
including the URL of the uploaded picture.
Properties
pictureSystemVersion
Specifies the picture system version that was used to upload pictures.
Only version 2 is valid.
@property (nonatomic, retain) NSNumber *pictureSystemVersionDiscussion
Specifies the picture system version that was used to upload pictures.
Only version 2 is valid.
type : NSNumber, wrapper for primitive int
Declared In
Trading_UploadSiteHostedPicturesResponseType.hsiteHostedPictureDetails
Contains information about an UploadSiteHostedPictures upload,
including the URL of the uploaded picture.
@property (nonatomic, retain) Trading_SiteHostedPictureDetailsType *siteHostedPictureDetailsDiscussion
Contains information about an UploadSiteHostedPictures upload,
including the URL of the uploaded picture.
type : class Trading_SiteHostedPictureDetailsType
Declared In
Trading_UploadSiteHostedPicturesResponseType.h