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
    field is always returned with the Alert container in the
    GetSellingManagerAlerts response.

    property
  •   soldAlert

    This value indicates an alert related to a sold item. This field is only returned
    if AlertType=‘Sold’.

    property
  •   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
  •   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
  •   paisaPayAlert

    This value indicates an alert related to a PaisaPay issue. This field is only
    returned if AlertType=‘PaisaPay’.

    property
  •   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
  •   durationInDays

    Represents the duration for which this alert is computed. This field is only
    returned if the alert is based on duration.

    property
  •   count

    This field indicates the number of items affected by the alert. This field is not
    returned if the count is 0.

    property
  •   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