Inherits from Trading_AbstractRequestType : NSObject
Declared in Trading_ExtendSiteHostedPicturesRequestType.h
Trading_ExtendSiteHostedPicturesRequestType.m

Overview

Gives approved sellers the ability to extend the default and
ongoing lifetime of pictures uploaded to eBay.

@ingroup EBayAPIInterface

Tasks

  •   pictureURL

    The URL of the image hosted by eBay Picture Services.

    property
  •   extensionInDays

    The number of days by which to extend the expiration date for the
    specified image.

    property

Properties

extensionInDays

The number of days by which to extend the expiration date for the
specified image.

@property (nonatomic, retain) NSNumber *extensionInDays

Discussion

The number of days by which to extend the expiration date for the
specified image.

type : NSNumber, wrapper for primitive int

Declared In

Trading_ExtendSiteHostedPicturesRequestType.h

pictureURL

The URL of the image hosted by eBay Picture Services.

@property (nonatomic, retain) NSMutableArray *pictureURL

Discussion

The URL of the image hosted by eBay Picture Services.

entry type : NSString, wrapper for primitive string

Declared In

Trading_ExtendSiteHostedPicturesRequestType.h