Trading_ShippingPackageDetailsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_ShippingPackageDetailsType.h Trading_ShippingPackageDetailsType.m |
Tasks
-
packageIDNumeric identifier.
property
Some applications use this ID to look up shipping packages more efficiently. -
descriptionDisplay string that applications can use to present a list of shipping package
property
options in a more user-friendly format (such as in a drop-down list). -
shippingPackageA supported value for the site that can be used in the
property
Item.ShippingPackageDetails.ShippingPackage or
Item.ShippingDetails.CalculatedShippingRate.ShippingPackage fields
of an Add/Revise/Relist API call. -
defaultValueIndicates if the package type is the default for the specified site.
property -
dimensionsSupportedThis field is returned as ‘true’ if the shipping package supports the use of
property
package dimensions. -
detailVersionReturns the latest version number for this field. The version can be
property
used to determine if and when to refresh cached client data. -
updateTimeGives 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 *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_ShippingPackageDetailsType.hdefaultValue
Indicates if the package type is the default for the specified site.
@property (nonatomic, retain) NSNumber *defaultValueDiscussion
Indicates if the package type is the default for the specified site.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ShippingPackageDetailsType.hdescription
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 *descriptionDiscussion
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.hdetailVersion
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 *detailVersionDiscussion
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.hdimensionsSupported
This field is returned as ‘true’ if the shipping package supports the use of
package dimensions.
@property (nonatomic, retain) NSNumber *dimensionsSupportedDiscussion
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.hpackageID
Numeric identifier.
Some applications use this ID to look up shipping packages more efficiently.
@property (nonatomic, retain) NSNumber *packageIDDiscussion
Numeric identifier.
Some applications use this ID to look up shipping packages more efficiently.
type : NSNumber, wrapper for primitive int
Declared In
Trading_ShippingPackageDetailsType.hshippingPackage
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 *shippingPackageDiscussion
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.hupdateTime
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 *updateTimeDiscussion
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