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
-
statusThis field indicates the seller’s eBay selling policy-compliance rating. This rating
property
indicates how well the seller is following eBay’s selling policies. -
alertThe 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 *alertDiscussion
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.hany
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_PolicyComplianceDashboardType.hstatus
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 *statusDiscussion
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