eBay::API::XML::Call::GetNotificationPreferences::GetNotificationPreferencesResponseType - eBay::API::XML::Call::GetNotificationPreferences::GetNotificationPreferencesResponseType documentation


eBay-API documentation  | view source Contained in the eBay-API distribution.

Index


NAME

Top

eBay::API::XML::Call::GetNotificationPreferences::GetNotificationPreferencesResponseType

DESCRIPTION

Top

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.

SYNOPSIS

Top

INHERITANCE

Top

eBay::API::XML::Call::GetNotificationPreferences::GetNotificationPreferencesResponseType inherits from the eBay::API::XML::ResponseDataType class

Subroutines:

Top

setApplicationDeliveryPreferences()

Specifies application-based event preferences that have been enabled.

# Argument: 'ns:ApplicationDeliveryPreferencesType'

getApplicationDeliveryPreferences()

  Returned: Conditionally
#    Returns: 'ns:ApplicationDeliveryPreferencesType'

setDeliveryURLName()

Specifies application delivery URL Name associated with this user.

# Argument: 'xs:string'

getDeliveryURLName()

  Returned: Conditionally
#    Returns: 'xs:string'

setEventProperty()

Characteristics or details of an event such as type, name and value.

# Argument: reference to an array of 'ns:NotificationEventPropertyType'

getEventProperty()

  Returned: Conditionally
#    Returns: reference to an array  
                      of 'ns:NotificationEventPropertyType'

setUserData()

return user data for notification settings such as set mobile phone number etc.

# Argument: 'ns:NotificationUserDataType'

getUserData()

  Returned: Conditionally
#    Returns: 'ns:NotificationUserDataType'

setUserDeliveryPreferenceArray()

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

# Argument: 'ns:NotificationEnableArrayType'

getUserDeliveryPreferenceArray()

  Returned: Conditionally
#    Returns: 'ns:NotificationEnableArrayType'


eBay-API documentation  | view source Contained in the eBay-API distribution.