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
-
description
This 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”. -
listingType
This 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’. -
startPrice
For 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. -
detailVersion
Returns the latest version number for this field. The version can be used to
property
determine if and when to refresh cached client data. -
updateTime
Gives 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. -
minBuyItNowPricePercent
This 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 *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_ListingStartPriceDetailsType.h
description
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 *description
Discussion
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.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_ListingStartPriceDetailsType.h
listingType
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 *listingType
Discussion
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.h
minBuyItNowPricePercent
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 *minBuyItNowPricePercent
Discussion
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.h
startPrice
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 *startPrice
Discussion
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.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_ListingStartPriceDetailsType.h