Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_PerformanceDashboardType.h
Trading_PerformanceDashboardType.m

Overview

Type defining the Performance container returned in the
GetSellerDashboard response. The Performance
container consists of the seller’s overall selling performance rating on all eBay sites
on which the seller is sellling, as well as any alerts related to performance.

@ingroup EBayAPIInterface

Tasks

  •   site

    The eBay site(s) on which the seller’s performance is being evaluated.


    A seller’s performance status is evaluated for three specific regions: US,
    UK/Ireland, and Germany/Switzerland/Austria. The Site field is
    repeated to show all sites in each region, if applicable.

    property
  •   status

    This field indicates the seller’s performance rating. This rating is an overall
    performance for the eBay site(s) found in the Site field(s).

    property
  •   alert

    The Performance.Alert container is only returned if eBay has
    posted one or more informational or warning messages related to the seller's
    performance rating.

    property
  •   any

    (public property)

    property

Properties

alert

The Performance.Alert container is only returned if eBay has
posted one or more informational or warning messages related to the seller's
performance rating.

@property (nonatomic, retain) Trading_SellerDashboardAlertType *alert

Discussion

The Performance.Alert container is only returned if eBay has
posted one or more informational or warning messages related to the seller's
performance rating.

type : class Trading_SellerDashboardAlertType

Declared In

Trading_PerformanceDashboardType.h

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_PerformanceDashboardType.h

site

The eBay site(s) on which the seller’s performance is being evaluated.


A seller’s performance status is evaluated for three specific regions: US,
UK/Ireland, and Germany/Switzerland/Austria. The Site field is
repeated to show all sites in each region, if applicable.

@property (nonatomic, retain) NSMutableArray *site

Discussion

The eBay site(s) on which the seller’s performance is being evaluated.


A seller’s performance status is evaluated for three specific regions: US,
UK/Ireland, and Germany/Switzerland/Austria. The Site field is
repeated to show all sites in each region, if applicable.

entry type : string constant in Trading_SiteCodeType.h

Declared In

Trading_PerformanceDashboardType.h

status

This field indicates the seller’s performance rating. This rating is an overall
performance for the eBay site(s) found in the Site field(s).

@property (nonatomic, retain) NSString *status

Discussion

This field indicates the seller’s performance rating. This rating is an overall
performance for the eBay site(s) found in the Site field(s).

type: string constant in Trading_PerformanceStatusCodeType.h

Declared In

Trading_PerformanceDashboardType.h