Trading_DispatchTimeMaxDetailsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_DispatchTimeMaxDetailsType.h Trading_DispatchTimeMaxDetailsType.m |
Overview
Details about a specific maximum dispatch time, the maximum number of business
days required to ship an item to domestic buyers after receiving a cleared
payment.
@ingroup EBayAPIInterface
Tasks
-
dispatchTimeMaxInteger value that indicates the maximum number of business days that the eBay site allows as a seller’s handling time. The clock starts ticking the first business day after the buyer pays for the order. This means that if a buyer pays for the order on a Wednesday, the seller would have to ship the item by the next day (Thursday) if the DispatchTimeMax value is set to ‘1’. Typical values for this field are 1, 2, 3, 4, 5, 10, 15, or 20.
property
If using GeteBayDetails specifically to return this value, the caller sets the DetailName field in the request to DispatchTimeMaxDetails.
When creating, revising, or relisting an item, the seller cannot set the Item.DispatchTimeMax value higher than the value returned in this field.
Note: A dispatch time value of ‘0’ is not valid for use on eBay sites. With Add, Relist, Revise and Verify calls, if you need to indicate that a listing has no handling time commitment, submit Item.DispatchTimeMax as an empty field.
-
descriptionValue and unit (e.g., 10 Days) for the maximum dispatch time.
property
Useful for display purposes. -
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
property
details were last updated. This timestamp can be used to determine
if and when to refresh cached client data. -
extendedHandlingA value of
propertytrueindicates that the seller has specified a handling time of 4 business days or more (an exception handling time). Sellers should be aware that long handling times might adversely affect the buying decisions of potential customers. -
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_DispatchTimeMaxDetailsType.hdescription
Value and unit (e.g., 10 Days) for the maximum dispatch time.
Useful for display purposes.
@property (nonatomic, retain) NSString *descriptionDiscussion
Value and unit (e.g., 10 Days) for the maximum dispatch time.
Useful for display purposes.
type : NSString, wrapper for primitive string
Declared In
Trading_DispatchTimeMaxDetailsType.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_DispatchTimeMaxDetailsType.hdispatchTimeMax
Integer value that indicates the maximum number of business days that the eBay site allows as a seller’s handling time. The clock starts ticking the first business day after the buyer pays for the order. This means that if a buyer pays for the order on a Wednesday, the seller would have to ship the item by the next day (Thursday) if the DispatchTimeMax value is set to ‘1’. Typical values for this field are 1, 2, 3, 4, 5, 10, 15, or 20.
If using GeteBayDetails specifically to return this value, the caller sets the DetailName field in the request to DispatchTimeMaxDetails.
When creating, revising, or relisting an item, the seller cannot set the Item.DispatchTimeMax value higher than the value returned in this field.
Note: A dispatch time value of ‘0’ is not valid for use on eBay sites. With Add, Relist, Revise and Verify calls, if you need to indicate that a listing has no handling time commitment, submit Item.DispatchTimeMax as an empty field.
@property (nonatomic, retain) NSNumber *dispatchTimeMaxDiscussion
Integer value that indicates the maximum number of business days that the eBay site allows as a seller’s handling time. The clock starts ticking the first business day after the buyer pays for the order. This means that if a buyer pays for the order on a Wednesday, the seller would have to ship the item by the next day (Thursday) if the DispatchTimeMax value is set to ‘1’. Typical values for this field are 1, 2, 3, 4, 5, 10, 15, or 20.
If using GeteBayDetails specifically to return this value, the caller sets the DetailName field in the request to DispatchTimeMaxDetails.
When creating, revising, or relisting an item, the seller cannot set the Item.DispatchTimeMax value higher than the value returned in this field.
Note: A dispatch time value of ‘0’ is not valid for use on eBay sites. With Add, Relist, Revise and Verify calls, if you need to indicate that a listing has no handling time commitment, submit Item.DispatchTimeMax as an empty field.
type : NSNumber, wrapper for primitive int
Declared In
Trading_DispatchTimeMaxDetailsType.hextendedHandling
A value of true indicates that the seller has specified a handling time of 4 business days or more (an exception handling time). Sellers should be aware that long handling times might adversely affect the buying decisions of potential customers.
@property (nonatomic, retain) NSNumber *extendedHandlingDiscussion
A value of true indicates that the seller has specified a handling time of 4 business days or more (an exception handling time). Sellers should be aware that long handling times might adversely affect the buying decisions of potential customers.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_DispatchTimeMaxDetailsType.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_DispatchTimeMaxDetailsType.h