Trading_PolicyComplianceDashboardType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_PolicyComplianceDashboardType.h Trading_PolicyComplianceDashboardType.m |
Overview
Type defining the PolicyCompliance container returned in the
GetSellerDashboard response. The PolicyCompliance
container consist of information related to the seller’s current status in terms of risk
of facing TnS action (i.e., warnings, cancelled listings, restrictions, suspension, and
violations).
@ingroup EBayAPIInterface
Tasks
-
status
This field indicates the seller’s eBay selling policy-compliance rating. This rating
property
indicates how well the seller is following eBay’s selling policies. -
alert
The PolicyCompliance.Alert container is only returned if eBay has
property
posted one or more informational or warning messages related to the seller's
policy compliance status. -
any
(public property)
property
Properties
alert
The PolicyCompliance.Alert container is only returned if eBay has
posted one or more informational or warning messages related to the seller's
policy compliance status.
@property (nonatomic, retain) NSMutableArray *alert
Discussion
The PolicyCompliance.Alert container is only returned if eBay has
posted one or more informational or warning messages related to the seller's
policy compliance status.
entry type : class Trading_SellerDashboardAlertType
Declared In
Trading_PolicyComplianceDashboardType.h
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_PolicyComplianceDashboardType.h
status
This field indicates the seller’s eBay selling policy-compliance rating. This rating
indicates how well the seller is following eBay’s selling policies.
@property (nonatomic, retain) NSString *status
Discussion
This field indicates the seller’s eBay selling policy-compliance rating. This rating
indicates how well the seller is following eBay’s selling policies.
type: string constant in Trading_PolicyComplianceStatusCodeType.h
Declared In
Trading_PolicyComplianceDashboardType.h