Tim Keefer > eBay-API > eBay::API::XML::Call::GetNotificationPreferences::GetNotificationPreferencesResponseType

Download:
eBay-API-0.25.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View/Report Bugs
Source  

NAME ^

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

DESCRIPTION ^

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 ^

INHERITANCE ^

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

Subroutines: ^

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'
syntax highlighting: