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
-
nameName of the listing feature, for identification purposes. See the Trading API guide
property
for a list of current listing features names and associated fees. -
feeAmount 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. -
promotionalDiscountThis 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 *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_FeeType.hfee
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 *feeDiscussion
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.hname
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 *nameDiscussion
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.hpromotionalDiscount
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 *promotionalDiscountDiscussion
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