Trading_DeliveryURLDetailType Class Reference
| 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
-
deliveryURLNameThe name of a notification delivery URL. You can list up to 25 instances of
property
DeliveryURLName, and then subscribe these URLs to notifications by listing them in comma-
separated format in the DeliveryURLName element outside of
ApplicationDeliveryPreferences. -
deliveryURLThe address of a notification delivery URL.
property
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. -
statusThe status of a notification delivery URL.
property
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. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_DeliveryURLDetailType.hdeliveryURL
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 *deliveryURLDiscussion
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.hdeliveryURLName
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 *deliveryURLNameDiscussion
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.hstatus
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 *statusDiscussion
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