Inherits from Trading_AbstractResponseType : NSObject
Declared in Trading_GetNotificationPreferencesResponseType.h
Trading_GetNotificationPreferencesResponseType.m

Overview

Contains the requesting application’s notification preferences.
GetNotificationPreferences retrieves preferences that you have
deliberately set. For example, if you enable the EndOfAuction event and
then later disable it, the response shows the EndOfAuction event
preference as Disabled. But if you have never set a preference for the
EndOfAuction event, no EndOfAuction preference is returned at all.

@ingroup EBayAPIInterface

Tasks

Properties

applicationDeliveryPreferences

Specifies application-based event preferences that have been enabled.

@property (nonatomic, retain) Trading_ApplicationDeliveryPreferencesType *applicationDeliveryPreferences

Discussion

Specifies application-based event preferences that have been enabled.

type : class Trading_ApplicationDeliveryPreferencesType

Declared In

Trading_GetNotificationPreferencesResponseType.h

deliveryURLName

Specifies application delivery URL Name associated with this user.

@property (nonatomic, retain) NSString *deliveryURLName

Discussion

Specifies application delivery URL Name associated with this user.

type : NSString, wrapper for primitive string

Declared In

Trading_GetNotificationPreferencesResponseType.h

eventProperty

Contains names and values assigned to a notification event.
Currently can only be set for wireless applications.

@property (nonatomic, retain) NSMutableArray *eventProperty

Discussion

Contains names and values assigned to a notification event.
Currently can only be set for wireless applications.

entry type : class Trading_NotificationEventPropertyType

Declared In

Trading_GetNotificationPreferencesResponseType.h

userData

Returns user data for notification settings, such as set mobile phone.

@property (nonatomic, retain) Trading_NotificationUserDataType *userData

Discussion

Returns user data for notification settings, such as set mobile phone.

type : class Trading_NotificationUserDataType

Declared In

Trading_GetNotificationPreferencesResponseType.h

userDeliveryPreferenceArray

Specifies user-based event preferences that have been enabled or disabled.

@property (nonatomic, retain) Trading_NotificationEnableArrayType *userDeliveryPreferenceArray

Discussion

Specifies user-based event preferences that have been enabled or disabled.

type : class Trading_NotificationEnableArrayType

Declared In

Trading_GetNotificationPreferencesResponseType.h