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
-
severity
The 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. -
text
The 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 *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_SellerDashboardAlertType.h
severity
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 *severity
Discussion
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.h
text
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 *text
Discussion
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