Trading_PowerSellerDashboardType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_PowerSellerDashboardType.h Trading_PowerSellerDashboardType.m |
Overview
Type defining the PowerSellerStatus container returned in the
GetSellerDashboard response. The PowerSellerStatus
container is only returned if the seller making the call is a Power Seller.
@ingroup EBayAPIInterface
Tasks
-
level
This field indicates the seller’s eBay PowerSeller tier. PowerSellers are
property
distinguished in five tiers based on average monthly sales. Benefits and services vary
for each tier. eBay calculates eligibility for each tier on a monthly basis. -
alert
The PowerSellerStatus.Alert container is only returned if eBay
property
has posted one or more informational or warning messages related to the seller's
PowerSeller status. -
any
(public property)
property
Properties
alert
The PowerSellerStatus.Alert container is only returned if eBay
has posted one or more informational or warning messages related to the seller's
PowerSeller status.
@property (nonatomic, retain) NSMutableArray *alert
Discussion
The PowerSellerStatus.Alert container is only returned if eBay
has posted one or more informational or warning messages related to the seller's
PowerSeller status.
entry type : class Trading_SellerDashboardAlertType
Declared In
Trading_PowerSellerDashboardType.h
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_PowerSellerDashboardType.h
level
This field indicates the seller’s eBay PowerSeller tier. PowerSellers are
distinguished in five tiers based on average monthly sales. Benefits and services vary
for each tier. eBay calculates eligibility for each tier on a monthly basis.
@property (nonatomic, retain) NSString *level
Discussion
This field indicates the seller’s eBay PowerSeller tier. PowerSellers are
distinguished in five tiers based on average monthly sales. Benefits and services vary
for each tier. eBay calculates eligibility for each tier on a monthly basis.
type: string constant in Trading_SellerLevelCodeType.h
Declared In
Trading_PowerSellerDashboardType.h