Trading_ShippingCategoryDetailsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_ShippingCategoryDetailsType.h Trading_ShippingCategoryDetailsType.m |
Overview
This type defines the ShippingCategoryDetails container. When the DetailName field
is set to ShippingCategoryDetails in a GeteBayDetails request, one
ShippingCategoryDetails container is returned for each valid shipping category
used on the eBay site. Besides being useful to view the list of valid shipping
categories, this container is also useful to discover when the last update to
shipping categories was made by eBay.
@ingroup EBayAPIInterface
Tasks
-
shippingCategoryIndicates the shipping category. Shipping categories include the following:
property
ECONOMY, STANDARD, EXPEDITED, ONE_DAY, PICKUP, OTHER, and NONE. International
shipping services are generally grouped into the NONE category. For more
information on these shipping categories, and which services fall into which
category, see the
Shipping Basics page on the eBay Shipping Center site. -
descriptionDisplay string that applications can use to present a list of shipping categories in
property
a more user-friendly format (such as in a drop-down list). This field is localized
per site. -
detailVersionThe current version number for shipping categories. Sellers can compare this
property
version number to their version number to determine if and when to refresh
cached client data. -
updateTimeIndicates the time of the last version update.
property -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_ShippingCategoryDetailsType.hdescription
Display string that applications can use to present a list of shipping categories in
a more user-friendly format (such as in a drop-down list). This field is localized
per site.
@property (nonatomic, retain) NSString *descriptionDiscussion
Display string that applications can use to present a list of shipping categories in
a more user-friendly format (such as in a drop-down list). This field is localized
per site.
type : NSString, wrapper for primitive string
Declared In
Trading_ShippingCategoryDetailsType.hdetailVersion
The current version number for shipping categories. Sellers can compare this
version number to their version number to determine if and when to refresh
cached client data.
@property (nonatomic, retain) NSString *detailVersionDiscussion
The current version number for shipping categories. Sellers can compare this
version number to their version number to determine if and when to refresh
cached client data.
type : NSString, wrapper for primitive string
Declared In
Trading_ShippingCategoryDetailsType.hshippingCategory
Indicates the shipping category. Shipping categories include the following:
ECONOMY, STANDARD, EXPEDITED, ONE_DAY, PICKUP, OTHER, and NONE. International
shipping services are generally grouped into the NONE category. For more
information on these shipping categories, and which services fall into which
category, see the
Shipping Basics page on the eBay Shipping Center site.
@property (nonatomic, retain) NSString *shippingCategoryDiscussion
Indicates the shipping category. Shipping categories include the following:
ECONOMY, STANDARD, EXPEDITED, ONE_DAY, PICKUP, OTHER, and NONE. International
shipping services are generally grouped into the NONE category. For more
information on these shipping categories, and which services fall into which
category, see the
Shipping Basics page on the eBay Shipping Center site.
type : NSString, wrapper for primitive string
Declared In
Trading_ShippingCategoryDetailsType.h