Trading_SellingManagerAlertType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_SellingManagerAlertType.h Trading_SellingManagerAlertType.m |
Overview
Type defining the Alert container, which contains summary information on one type of
Selling Manager alert.
@ingroup EBayAPIInterface
Tasks
-
alertType
This field indicates the type of Selling Manager alert returned to the seller. This
property
field is always returned with the Alert container in the
GetSellingManagerAlerts response. -
soldAlert
This value indicates an alert related to a sold item. This field is only returned
property
if AlertType=‘Sold’. -
inventoryAlert
This value indicates an alert related to the seller’s inventory, such as a
property
restocking alert. This field is only returned if
AlertType=‘Inventory’. -
automationAlert
This value indicates an alert related to listing automation, and may be received
property
when a listing does not conform to listing automation rules. This field is only
returned if AlertType=‘Automation’. -
paisaPayAlert
This value indicates an alert related to a PaisaPay issue. This field is only
property
returned if AlertType=‘PaisaPay’. -
generalAlert
This value indicates a general alert was received, such as negative feedback
property
received or an unpaid item dispute. This field is only returned if
AlertType=‘General’. -
durationInDays
Represents the duration for which this alert is computed. This field is only
property
returned if the alert is based on duration. -
count
This field indicates the number of items affected by the alert. This field is not
property
returned if the count is 0. -
any
(public property)
property
Properties
alertType
This field indicates the type of Selling Manager alert returned to the seller. This
field is always returned with the Alert container in the
GetSellingManagerAlerts response.
@property (nonatomic, retain) NSString *alertType
Discussion
This field indicates the type of Selling Manager alert returned to the seller. This
field is always returned with the Alert container in the
GetSellingManagerAlerts response.
type: string constant in Trading_SellingManagerAlertTypeCodeType.h
Declared In
Trading_SellingManagerAlertType.h
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_SellingManagerAlertType.h
automationAlert
This value indicates an alert related to listing automation, and may be received
when a listing does not conform to listing automation rules. This field is only
returned if AlertType=‘Automation’.
@property (nonatomic, retain) NSString *automationAlert
Discussion
This value indicates an alert related to listing automation, and may be received
when a listing does not conform to listing automation rules. This field is only
returned if AlertType=‘Automation’.
type: string constant in Trading_SellingManagerAutomationPropertyTypeCodeType.h
Declared In
Trading_SellingManagerAlertType.h
count
This field indicates the number of items affected by the alert. This field is not
returned if the count is 0.
@property (nonatomic, retain) NSNumber *count
Discussion
This field indicates the number of items affected by the alert. This field is not
returned if the count is 0.
type : NSNumber, wrapper for primitive long
Declared In
Trading_SellingManagerAlertType.h
durationInDays
Represents the duration for which this alert is computed. This field is only
returned if the alert is based on duration.
@property (nonatomic, retain) NSNumber *durationInDays
Discussion
Represents the duration for which this alert is computed. This field is only
returned if the alert is based on duration.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingManagerAlertType.h
generalAlert
This value indicates a general alert was received, such as negative feedback
received or an unpaid item dispute. This field is only returned if
AlertType=‘General’.
@property (nonatomic, retain) NSString *generalAlert
Discussion
This value indicates a general alert was received, such as negative feedback
received or an unpaid item dispute. This field is only returned if
AlertType=‘General’.
type: string constant in Trading_SellingManagerGeneralPropertyTypeCodeType.h
Declared In
Trading_SellingManagerAlertType.h
inventoryAlert
This value indicates an alert related to the seller’s inventory, such as a
restocking alert. This field is only returned if
AlertType=‘Inventory’.
@property (nonatomic, retain) NSString *inventoryAlert
Discussion
This value indicates an alert related to the seller’s inventory, such as a
restocking alert. This field is only returned if
AlertType=‘Inventory’.
type: string constant in Trading_SellingManagerInventoryPropertyTypeCodeType.h
Declared In
Trading_SellingManagerAlertType.h
paisaPayAlert
This value indicates an alert related to a PaisaPay issue. This field is only
returned if AlertType=‘PaisaPay’.
@property (nonatomic, retain) NSString *paisaPayAlert
Discussion
This value indicates an alert related to a PaisaPay issue. This field is only
returned if AlertType=‘PaisaPay’.
type: string constant in Trading_SellingManagerPaisaPayPropertyTypeCodeType.h
Declared In
Trading_SellingManagerAlertType.h
soldAlert
This value indicates an alert related to a sold item. This field is only returned
if AlertType=‘Sold’.
@property (nonatomic, retain) NSString *soldAlert
Discussion
This value indicates an alert related to a sold item. This field is only returned
if AlertType=‘Sold’.
type: string constant in Trading_SellingManagerSoldListingsPropertyTypeCodeType.h
Declared In
Trading_SellingManagerAlertType.h