The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

eBay::API::XML::DataType::DeliveryURLDetailType

DESCRIPTION

Defines settings for a notification URL (including the URL name in DeliveryURLName).

SYNOPSIS

INHERITANCE

eBay::API::XML::DataType::DeliveryURLDetailType inherits from the eBay::API::XML::BaseDataType class

Subroutines:

setDeliveryURL()

The address of a notification delivery URL. This address applies to the DeliveryURLName within the same ApplicationDeliveryPreferences.DeliveryURLDetails container. For delivery to a server, the URL begins with http:// or https:// and must be well formed. Use a URL that is functional at the time of the call. For delivery to an email address, the URL begins with mailto: and specifies a valid email address.

MaxLength: unknown

  Calls: SetNotificationPreferences
  RequiredInput: No

# Argument: 'xs:anyURI'

getDeliveryURL()

  Calls: GetNotificationPreferences
  Returned: Conditionally

# Returns: 'xs:anyURI'

setDeliveryURLName()

The name of a notification delivery URL.

  Calls: SetNotificationPreferences
  RequiredInput: No

# Argument: 'xs:string'

getDeliveryURLName()

  Calls: GetNotificationPreferences
  Returned: Conditionally

# Returns: 'xs:string'

setStatus()

The status of a notification delivery URL. This status applies to the DeliveryURLName and delivery URL within the same ApplicationDeliveryPreferences.DeliveryURLDetails container. If the status is disabled, then notifications will not be sent to the delivery URL.

  Calls: SetNotificationPreferences
  RequiredInput: No

# Argument: 'ns:EnableCodeType'

getStatus()

  Calls: GetNotificationPreferences
  Returned: Conditionally

# Returns: 'ns:EnableCodeType'