Trading_ListingStartPriceDetailsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_ListingStartPriceDetailsType.h Trading_ListingStartPriceDetailsType.m |
Overview
Type defining the ListingStartPriceDetails container returned in
GeteBayDetails. The ListingStartPriceDetails
container lists the minimum start price for auction listings, the minimum sale price
for fixed-price listings, and the minimum percentage value that a Buy It Now price for
an auction listing must be above the minimum start price for that same listing.
The ListingStartPriceDetails container is returned if
ListingStartPriceDetails is included as a DetailName
filter in the request, or if no lt;b>DetailName filters are used in the request.
@ingroup EBayAPIInterface
Tasks
-
descriptionThis value is a string description of the listing type for which the pricing data
property
is intended, such as “Pricing for the auction-like listings”. -
listingTypeThis value indicates the listing type of the listing, and is a value defined in
property
ListingTypeCodeType enumerated type. The only possible values for
this field are ‘Chinese’ (auction listing) and ‘FixedPriceItem’. -
startPriceFor auction listings, the StartPrice indicates the lowest dollar
property
value that can be set for the item’s Starting bid.
For fixed-price listings, the StartPrice indicates the lowest
dollar value that can be set for the item’s sale price. -
detailVersionReturns the latest version number for this field. The version can be used to
property
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. -
minBuyItNowPricePercentThis field is only returned and applicable for auction listings.
property
This float value indicates the minimum percentage value that a Buy It Now price for
an auction listing must be above the Starting bid price for that same listing.
On the US eBay Motors site (Site ID 100), this field only applies to the Parts and
Accessories categories. -
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_ListingStartPriceDetailsType.hdescription
This value is a string description of the listing type for which the pricing data
is intended, such as “Pricing for the auction-like listings”.
@property (nonatomic, retain) NSString *descriptionDiscussion
This value is a string description of the listing type for which the pricing data
is intended, such as “Pricing for the auction-like listings”.
type : NSString, wrapper for primitive string
Declared In
Trading_ListingStartPriceDetailsType.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_ListingStartPriceDetailsType.hlistingType
This value indicates the listing type of the listing, and is a value defined in
ListingTypeCodeType enumerated type. The only possible values for
this field are ‘Chinese’ (auction listing) and ‘FixedPriceItem’.
@property (nonatomic, retain) NSString *listingTypeDiscussion
This value indicates the listing type of the listing, and is a value defined in
ListingTypeCodeType enumerated type. The only possible values for
this field are ‘Chinese’ (auction listing) and ‘FixedPriceItem’.
type: string constant in Trading_ListingTypeCodeType.h
Declared In
Trading_ListingStartPriceDetailsType.hminBuyItNowPricePercent
This field is only returned and applicable for auction listings.
This float value indicates the minimum percentage value that a Buy It Now price for
an auction listing must be above the Starting bid price for that same listing.
On the US eBay Motors site (Site ID 100), this field only applies to the Parts and
Accessories categories.
@property (nonatomic, retain) NSNumber *minBuyItNowPricePercentDiscussion
This field is only returned and applicable for auction listings.
This float value indicates the minimum percentage value that a Buy It Now price for
an auction listing must be above the Starting bid price for that same listing.
On the US eBay Motors site (Site ID 100), this field only applies to the Parts and
Accessories categories.
type : NSNumber, wrapper for primitive float
Declared In
Trading_ListingStartPriceDetailsType.hstartPrice
For auction listings, the StartPrice indicates the lowest dollar
value that can be set for the item’s Starting bid.
For fixed-price listings, the StartPrice indicates the lowest
dollar value that can be set for the item’s sale price.
@property (nonatomic, retain) Trading_AmountType *startPriceDiscussion
For auction listings, the StartPrice indicates the lowest dollar
value that can be set for the item’s Starting bid.
For fixed-price listings, the StartPrice indicates the lowest
dollar value that can be set for the item’s sale price.
type : class Trading_AmountType
Declared In
Trading_ListingStartPriceDetailsType.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_ListingStartPriceDetailsType.h