Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_DeliveryURLDetailType.h
Trading_DeliveryURLDetailType.m

Overview

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

@ingroup EBayAPIInterface

Tasks

  •   deliveryURLName

    The name of a notification delivery URL. You can list up to 25 instances of
    DeliveryURLName, and then subscribe these URLs to notifications by listing them in comma-
    separated format in the DeliveryURLName element outside of
    ApplicationDeliveryPreferences.

    property
  •   deliveryURL

    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.

    property
  •   status

    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.

    property
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_DeliveryURLDetailType.h

deliveryURL

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.

@property (nonatomic, retain) NSString *deliveryURL

Discussion

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.

type : NSString, wrapper for primitive string

Declared In

Trading_DeliveryURLDetailType.h

deliveryURLName

The name of a notification delivery URL. You can list up to 25 instances of
DeliveryURLName, and then subscribe these URLs to notifications by listing them in comma-
separated format in the DeliveryURLName element outside of
ApplicationDeliveryPreferences.

@property (nonatomic, retain) NSString *deliveryURLName

Discussion

The name of a notification delivery URL. You can list up to 25 instances of
DeliveryURLName, and then subscribe these URLs to notifications by listing them in comma-
separated format in the DeliveryURLName element outside of
ApplicationDeliveryPreferences.

type : NSString, wrapper for primitive string

Declared In

Trading_DeliveryURLDetailType.h

status

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.

@property (nonatomic, retain) NSString *status

Discussion

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.

type: string constant in Trading_EnableCodeType.h

Declared In

Trading_DeliveryURLDetailType.h