Trading_FeeType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_FeeType.h Trading_FeeType.m |
Overview
Identifies the name and cost of a listing feature that a member pays to eBay (or an eBay
company). These listing feature names, fees, and possible discounts are intended only as
an aid to help estimate the fees for a listing. Use GetAccount for an accurate final fee
breakdown. Returned in AddItemResponseType and related response types.
@ingroup EBayAPIInterface
Tasks
-
name
Name of the listing feature, for identification purposes. See the Trading API guide
property
for a list of current listing features names and associated fees. -
fee
Amount of the fee that eBay will charge the member for the associated listing
property
feature.
See the eBay.com Web site online help for a current schedule of listing
features and their associated fees. -
promotionalDiscount
This field exists in the response when the user has selected the features that
property
participate in a promotional discount. See the eBay.com Web site online help for a
current fee schedule. -
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_FeeType.h
fee
Amount of the fee that eBay will charge the member for the associated listing
feature.
See the eBay.com Web site online help for a current schedule of listing
features and their associated fees.
@property (nonatomic, retain) Trading_AmountType *fee
Discussion
Amount of the fee that eBay will charge the member for the associated listing
feature.
See the eBay.com Web site online help for a current schedule of listing
features and their associated fees.
type : class Trading_AmountType
Declared In
Trading_FeeType.h
name
Name of the listing feature, for identification purposes. See the Trading API guide
for a list of current listing features names and associated fees.
@property (nonatomic, retain) NSString *name
Discussion
Name of the listing feature, for identification purposes. See the Trading API guide
for a list of current listing features names and associated fees.
type : NSString, wrapper for primitive string
Declared In
Trading_FeeType.h
promotionalDiscount
This field exists in the response when the user has selected the features that
participate in a promotional discount. See the eBay.com Web site online help for a
current fee schedule.
@property (nonatomic, retain) Trading_AmountType *promotionalDiscount
Discussion
This field exists in the response when the user has selected the features that
participate in a promotional discount. See the eBay.com Web site online help for a
current fee schedule.
type : class Trading_AmountType
Declared In
Trading_FeeType.h