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

  •   shippingCategory

    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
  •   description

    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
  •   detailVersion

    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
  •   updateTime

    Indicates the time of the last version update.

    property
  •   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_ShippingCategoryDetailsType.h

description

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 *description

Discussion

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.h

detailVersion

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 *detailVersion

Discussion

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.h

shippingCategory

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 *shippingCategory

Discussion

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

updateTime

Indicates the time of the last version update.

@property (nonatomic, retain) NSDate *updateTime

Discussion

Indicates the time of the last version update.

type : NSDate, wrapper for primitive date

Declared In

Trading_ShippingCategoryDetailsType.h