Trading_ShippingCarrierDetailsType Class Reference
| Inherits from | NSObject | 
| Conforms to | PicoBindable | 
| Declared in | Trading_ShippingCarrierDetailsType.h Trading_ShippingCarrierDetailsType.m | 
Tasks
- 
	
		shippingCarrierIDNumeric identifier. property
 Some applications use this ID
 to look up shipping Carriers more efficiently.
- 
	
		descriptionDisplay 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).
- 
	
		shippingCarrierValue used for the shipping Carrier. property
- 
	
		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_ShippingCarrierDetailsType.hdescription
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 *descriptionDiscussion
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.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_ShippingCarrierDetailsType.hshippingCarrier
Value used for the shipping Carrier.
@property (nonatomic, retain) NSString *shippingCarrierDiscussion
Value used for the shipping Carrier.
type: string constant in Trading_ShippingCarrierCodeType.h
Declared In
Trading_ShippingCarrierDetailsType.hshippingCarrierID
Numeric identifier.
Some applications use this ID
to look up shipping Carriers more efficiently.
@property (nonatomic, retain) NSNumber *shippingCarrierIDDiscussion
Numeric identifier.
Some applications use this ID
to look up shipping Carriers more efficiently.
type : NSNumber, wrapper for primitive int
Declared In
Trading_ShippingCarrierDetailsType.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_ShippingCarrierDetailsType.h