Trading_SellerDashboardAlertType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_SellerDashboardAlertType.h Trading_SellerDashboardAlertType.m |
Overview
A message to help the you understand your status as a seller (PowerSeller status,
policy compliance status, etc.).
@ingroup EBayAPIInterface
Tasks
-
severityThe severity level helps you understand whether the alert is identifying a
property
problem (a warning or strong warning) or if it is informational in nature.
This field is present if an alert has been issued to your account. -
textThe warning or informational alert text. When you parse this text, note that
property
some alerts may use plain text while others can include HTML. Returned only
if the seller has been issued an alert. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_SellerDashboardAlertType.hseverity
The severity level helps you understand whether the alert is identifying a
problem (a warning or strong warning) or if it is informational in nature.
This field is present if an alert has been issued to your account.
@property (nonatomic, retain) NSString *severityDiscussion
The severity level helps you understand whether the alert is identifying a
problem (a warning or strong warning) or if it is informational in nature.
This field is present if an alert has been issued to your account.
type: string constant in Trading_SellerDashboardAlertSeverityCodeType.h
Declared In
Trading_SellerDashboardAlertType.htext
The warning or informational alert text. When you parse this text, note that
some alerts may use plain text while others can include HTML. Returned only
if the seller has been issued an alert.
@property (nonatomic, retain) NSString *textDiscussion
The warning or informational alert text. When you parse this text, note that
some alerts may use plain text while others can include HTML. Returned only
if the seller has been issued an alert.
type : NSString, wrapper for primitive string
Declared In
Trading_SellerDashboardAlertType.h