eBay::API::XML::DataType::DeliveryURLDetailType - eBay::API::XML::DataType::DeliveryURLDetailType documentation


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

Index


NAME

Top

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

DESCRIPTION

Top

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

SYNOPSIS

Top

INHERITANCE

Top

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

Subroutines:

Top

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'


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