Trading_URLDetailsType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_URLDetailsType.h Trading_URLDetailsType.m |
Tasks
-
urlType
A compressed, representative title for the eBay URL.
property -
url
A commonly used eBay URL. Applications use some of these URLs (such as the View Item URL)
property
to launch eBay Web site pages in a browser.
Logo URLs are required to be used in certain types of applications.
See your API license agreement. Also see this page for logo usage rules:
http://developer.ebay.com/join/licenses/apilogousage -
detailVersion
Returns the latest version number for this field. The version can be
property
used to determine if and when to refresh cached client data. -
updateTime
Gives the time in GMT that the feature flags for the details were last
property
updated. This timestamp can be used to determine if and when to refresh
cached client data. -
any
(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_URLDetailsType.h
detailVersion
Returns the latest version number for this field. The version can be
used to determine if and when to refresh cached client data.
@property (nonatomic, retain) NSString *detailVersion
Discussion
Returns the latest version number for this field. The version can be
used to determine if and when to refresh cached client data.
type : NSString, wrapper for primitive string
Declared In
Trading_URLDetailsType.h
updateTime
Gives the time in GMT that the feature flags for the details were last
updated. This timestamp can be used to determine if and when to refresh
cached client data.
@property (nonatomic, retain) NSDate *updateTime
Discussion
Gives the time in GMT that the feature flags for the details were last
updated. This timestamp can be used to determine if and when to refresh
cached client data.
type : NSDate, wrapper for primitive date
Declared In
Trading_URLDetailsType.h
url
A commonly used eBay URL. Applications use some of these URLs (such as the View Item URL)
to launch eBay Web site pages in a browser.
Logo URLs are required to be used in certain types of applications.
See your API license agreement. Also see this page for logo usage rules:
http://developer.ebay.com/join/licenses/apilogousage
@property (nonatomic, retain) NSString *url
Discussion
A commonly used eBay URL. Applications use some of these URLs (such as the View Item URL)
to launch eBay Web site pages in a browser.
Logo URLs are required to be used in certain types of applications.
See your API license agreement. Also see this page for logo usage rules:
http://developer.ebay.com/join/licenses/apilogousage
type : NSString, wrapper for primitive string
Declared In
Trading_URLDetailsType.h