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
-
alertTypeThis 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. -
soldAlertThis value indicates an alert related to a sold item. This field is only returned
property
if AlertType=‘Sold’. -
inventoryAlertThis value indicates an alert related to the seller’s inventory, such as a
property
restocking alert. This field is only returned if
AlertType=‘Inventory’. -
automationAlertThis 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’. -
paisaPayAlertThis value indicates an alert related to a PaisaPay issue. This field is only
property
returned if AlertType=‘PaisaPay’. -
generalAlertThis 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’. -
durationInDaysRepresents the duration for which this alert is computed. This field is only
property
returned if the alert is based on duration. -
countThis 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 *alertTypeDiscussion
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.hany
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_SellingManagerAlertType.hautomationAlert
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 *automationAlertDiscussion
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.hcount
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 *countDiscussion
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.hdurationInDays
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 *durationInDaysDiscussion
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.hgeneralAlert
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 *generalAlertDiscussion
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.hinventoryAlert
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 *inventoryAlertDiscussion
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.hpaisaPayAlert
This value indicates an alert related to a PaisaPay issue. This field is only
returned if AlertType=‘PaisaPay’.
@property (nonatomic, retain) NSString *paisaPayAlertDiscussion
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.hsoldAlert
This value indicates an alert related to a sold item. This field is only returned
if AlertType=‘Sold’.
@property (nonatomic, retain) NSString *soldAlertDiscussion
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