Trading_NotificationDetailsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_NotificationDetailsType.h Trading_NotificationDetailsType.m |
Overview
Information about a single notification. Notification information includes
the reference ID, notification type, current status, time delivered, error code,
and error message for the notification. If notification details are included in
the response, all of the detail fields are returned.
@ingroup EBayAPIInterface
Tasks
-
deliveryURLReturns the destination address for the notification. This is the value set
property
using SetNotificationPreferences. -
referenceIDReference identifier for the notification.
property -
expirationTimeDate and time when this notification will be removed from the
property
eBay system. -
typeReturns the notification type. Possible values include: AskSellerQuestion,
property
AuctionCheckoutComplete, BestOffer, CheckoutBuyerRequestTotal, EndOfAuction,
Feedback, FixedPriceEndOfTransaction, FixedPriceTransaction, ItemNotReceived,
MyMessages, OutBid, SecondChanceOffer, UPIBuyerResponseDispute, UPISellerClosedDispute,
UPISellerOpenedDispute, and UPISellerRespondedToDispute. -
retriesReturns the total number of retries for the given notification.
property -
deliveryStatusReturns the notification status. Possible values include Delivered,
property
Failed, Rejected, and MarkedDown. -
nextRetryTimeReturns the time when the notification is scheduled for retry.
property
This won’t be included if the DeliveryStatus is Delivered. -
deliveryTimeReturns the time when the notification was delivered.
property -
errorMessageReturns the error message.
property -
deliveryURLNameReturns the delivery URL name for the notification. This is the value set
property
using SetNotificationPreferences. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDeclared In
Trading_NotificationDetailsType.hdeliveryStatus
Returns the notification status. Possible values include Delivered,
Failed, Rejected, and MarkedDown.
@property (nonatomic, retain) NSString *deliveryStatusDiscussion
Returns the notification status. Possible values include Delivered,
Failed, Rejected, and MarkedDown.
type: string constant in Trading_NotificationEventStateCodeType.h
Declared In
Trading_NotificationDetailsType.hdeliveryTime
Returns the time when the notification was delivered.
@property (nonatomic, retain) NSDate *deliveryTimeDiscussion
Returns the time when the notification was delivered.
type : NSDate, wrapper for primitive date
Declared In
Trading_NotificationDetailsType.hdeliveryURL
Returns the destination address for the notification. This is the value set
using SetNotificationPreferences.
@property (nonatomic, retain) NSString *deliveryURLDiscussion
Returns the destination address for the notification. This is the value set
using SetNotificationPreferences.
type : NSString, wrapper for primitive string
Declared In
Trading_NotificationDetailsType.hdeliveryURLName
Returns the delivery URL name for the notification. This is the value set
using SetNotificationPreferences.
@property (nonatomic, retain) NSString *deliveryURLNameDiscussion
Returns the delivery URL name for the notification. This is the value set
using SetNotificationPreferences.
type : NSString, wrapper for primitive string
Declared In
Trading_NotificationDetailsType.herrorMessage
Returns the error message.
@property (nonatomic, retain) NSString *errorMessageDeclared In
Trading_NotificationDetailsType.hexpirationTime
Date and time when this notification will be removed from the
eBay system.
@property (nonatomic, retain) NSDate *expirationTimeDiscussion
Date and time when this notification will be removed from the
eBay system.
type : NSDate, wrapper for primitive date
Declared In
Trading_NotificationDetailsType.hnextRetryTime
Returns the time when the notification is scheduled for retry.
This won’t be included if the DeliveryStatus is Delivered.
@property (nonatomic, retain) NSDate *nextRetryTimeDiscussion
Returns the time when the notification is scheduled for retry.
This won’t be included if the DeliveryStatus is Delivered.
type : NSDate, wrapper for primitive date
Declared In
Trading_NotificationDetailsType.hreferenceID
Reference identifier for the notification.
@property (nonatomic, retain) NSString *referenceIDDeclared In
Trading_NotificationDetailsType.hretries
Returns the total number of retries for the given notification.
@property (nonatomic, retain) NSNumber *retriesDiscussion
Returns the total number of retries for the given notification.
type : NSNumber, wrapper for primitive int
Declared In
Trading_NotificationDetailsType.htype
Returns the notification type. Possible values include: AskSellerQuestion,
AuctionCheckoutComplete, BestOffer, CheckoutBuyerRequestTotal, EndOfAuction,
Feedback, FixedPriceEndOfTransaction, FixedPriceTransaction, ItemNotReceived,
MyMessages, OutBid, SecondChanceOffer, UPIBuyerResponseDispute, UPISellerClosedDispute,
UPISellerOpenedDispute, and UPISellerRespondedToDispute.
@property (nonatomic, retain) NSString *typeDiscussion
Returns the notification type. Possible values include: AskSellerQuestion,
AuctionCheckoutComplete, BestOffer, CheckoutBuyerRequestTotal, EndOfAuction,
Feedback, FixedPriceEndOfTransaction, FixedPriceTransaction, ItemNotReceived,
MyMessages, OutBid, SecondChanceOffer, UPIBuyerResponseDispute, UPISellerClosedDispute,
UPISellerOpenedDispute, and UPISellerRespondedToDispute.
type: string constant in Trading_NotificationEventTypeCodeType.h
Declared In
Trading_NotificationDetailsType.h