Trading_BuyerSatisfactionDashboardType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_BuyerSatisfactionDashboardType.h Trading_BuyerSatisfactionDashboardType.m |
Overview
Type defining the BuyerSatisfaction container returned in the
GetSellerDashboard response. The BuyerSatisfaction
container consists of the seller’s buyer satisfaction rating, as well as any alerts
related to customer service.
@ingroup EBayAPIInterface
Tasks
-
status
This field indicates the seller’s buyer satisfaction rating. To determine this
property
rating, eBay considers your detailed seller ratings, your overall feedback rating,
and whatever buyer protection claims might exist on your account. eBay uses the
buyer satisfaction rating to see if you are eligible for certain rewards, or if you
need additional guidance to help you give better service. -
alert
The BuyerSatisfaction.Alert container is only returned if eBay
property
has posted one or more informational or warning messages related to the seller's
buyer satisfaction rating. -
any
(public property)
property
Properties
alert
The BuyerSatisfaction.Alert container is only returned if eBay
has posted one or more informational or warning messages related to the seller's
buyer satisfaction rating.
@property (nonatomic, retain) NSMutableArray *alert
Discussion
The BuyerSatisfaction.Alert container is only returned if eBay
has posted one or more informational or warning messages related to the seller's
buyer satisfaction rating.
entry type : class Trading_SellerDashboardAlertType
Declared In
Trading_BuyerSatisfactionDashboardType.h
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_BuyerSatisfactionDashboardType.h
status
This field indicates the seller’s buyer satisfaction rating. To determine this
rating, eBay considers your detailed seller ratings, your overall feedback rating,
and whatever buyer protection claims might exist on your account. eBay uses the
buyer satisfaction rating to see if you are eligible for certain rewards, or if you
need additional guidance to help you give better service.
@property (nonatomic, retain) NSString *status
Discussion
This field indicates the seller’s buyer satisfaction rating. To determine this
rating, eBay considers your detailed seller ratings, your overall feedback rating,
and whatever buyer protection claims might exist on your account. eBay uses the
buyer satisfaction rating to see if you are eligible for certain rewards, or if you
need additional guidance to help you give better service.
type: string constant in Trading_BuyerSatisfactionStatusCodeType.h
Declared In
Trading_BuyerSatisfactionDashboardType.h