Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_ShippingPackageDetailsType.h
Trading_ShippingPackageDetailsType.m

Overview

Details about type of package used to ship an item.

@ingroup EBayAPIInterface

Tasks

  •   packageID

    Numeric identifier.
    Some applications use this ID to look up shipping packages more efficiently.

    property
  •   description

    Display string that applications can use to present a list of shipping package
    options in a more user-friendly format (such as in a drop-down list).

    property
  •   shippingPackage

    A supported value for the site that can be used in the
    Item.ShippingPackageDetails.ShippingPackage or
    Item.ShippingDetails.CalculatedShippingRate.ShippingPackage fields
    of an Add/Revise/Relist API call.

    property
  •   defaultValue

    Indicates if the package type is the default for the specified site.

    property
  •   dimensionsSupported

    This field is returned as ‘true’ if the shipping package supports the use of
    package dimensions.

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

defaultValue

Indicates if the package type is the default for the specified site.

@property (nonatomic, retain) NSNumber *defaultValue

Discussion

Indicates if the package type is the default for the specified site.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_ShippingPackageDetailsType.h

description

Display string that applications can use to present a list of shipping package
options in a more user-friendly format (such as in a drop-down list).

@property (nonatomic, retain) NSString *description

Discussion

Display string that applications can use to present a list of shipping package
options in a more user-friendly format (such as in a drop-down list).

type : NSString, wrapper for primitive string

Declared In

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

dimensionsSupported

This field is returned as ‘true’ if the shipping package supports the use of
package dimensions.

@property (nonatomic, retain) NSNumber *dimensionsSupported

Discussion

This field is returned as ‘true’ if the shipping package supports the use of
package dimensions.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_ShippingPackageDetailsType.h

packageID

Numeric identifier.
Some applications use this ID to look up shipping packages more efficiently.

@property (nonatomic, retain) NSNumber *packageID

Discussion

Numeric identifier.
Some applications use this ID to look up shipping packages more efficiently.

type : NSNumber, wrapper for primitive int

Declared In

Trading_ShippingPackageDetailsType.h

shippingPackage

A supported value for the site that can be used in the
Item.ShippingPackageDetails.ShippingPackage or
Item.ShippingDetails.CalculatedShippingRate.ShippingPackage fields
of an Add/Revise/Relist API call.

@property (nonatomic, retain) NSString *shippingPackage

Discussion

A supported value for the site that can be used in the
Item.ShippingPackageDetails.ShippingPackage or
Item.ShippingDetails.CalculatedShippingRate.ShippingPackage fields
of an Add/Revise/Relist API call.

type: string constant in Trading_ShippingPackageCodeType.h

Declared In

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