Trading_ShippingCarrierDetailsType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_ShippingCarrierDetailsType.h Trading_ShippingCarrierDetailsType.m |
Tasks
-
shippingCarrierID
Numeric identifier.
property
Some applications use this ID
to look up shipping Carriers more efficiently. -
description
Display string that applications can use to present a list of shipping carriers in
property
a more user-friendly format (such as in a drop-down list). -
shippingCarrier
Value used for the shipping Carrier.
property -
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_ShippingCarrierDetailsType.h
description
Display string that applications can use to present a list of shipping carriers 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 carriers in
a more user-friendly format (such as in a drop-down list).
type : NSString, wrapper for primitive string
Declared In
Trading_ShippingCarrierDetailsType.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_ShippingCarrierDetailsType.h
shippingCarrier
Value used for the shipping Carrier.
@property (nonatomic, retain) NSString *shippingCarrier
Discussion
Value used for the shipping Carrier.
type: string constant in Trading_ShippingCarrierCodeType.h
Declared In
Trading_ShippingCarrierDetailsType.h
shippingCarrierID
Numeric identifier.
Some applications use this ID
to look up shipping Carriers more efficiently.
@property (nonatomic, retain) NSNumber *shippingCarrierID
Discussion
Numeric identifier.
Some applications use this ID
to look up shipping Carriers more efficiently.
type : NSNumber, wrapper for primitive int
Declared In
Trading_ShippingCarrierDetailsType.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_ShippingCarrierDetailsType.h