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
-
deliveryURL
Returns the destination address for the notification. This is the value set
property
using SetNotificationPreferences. -
referenceID
Reference identifier for the notification.
property -
expirationTime
Date and time when this notification will be removed from the
property
eBay system. -
type
Returns the notification type. Possible values include: AskSellerQuestion,
property
AuctionCheckoutComplete, BestOffer, CheckoutBuyerRequestTotal, EndOfAuction,
Feedback, FixedPriceEndOfTransaction, FixedPriceTransaction, ItemNotReceived,
MyMessages, OutBid, SecondChanceOffer, UPIBuyerResponseDispute, UPISellerClosedDispute,
UPISellerOpenedDispute, and UPISellerRespondedToDispute. -
retries
Returns the total number of retries for the given notification.
property -
deliveryStatus
Returns the notification status. Possible values include Delivered,
property
Failed, Rejected, and MarkedDown. -
nextRetryTime
Returns the time when the notification is scheduled for retry.
property
This won’t be included if the DeliveryStatus is Delivered. -
deliveryTime
Returns the time when the notification was delivered.
property -
errorMessage
Returns the error message.
property -
deliveryURLName
Returns 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 *any
Declared In
Trading_NotificationDetailsType.h
deliveryStatus
Returns the notification status. Possible values include Delivered,
Failed, Rejected, and MarkedDown.
@property (nonatomic, retain) NSString *deliveryStatus
Discussion
Returns the notification status. Possible values include Delivered,
Failed, Rejected, and MarkedDown.
type: string constant in Trading_NotificationEventStateCodeType.h
Declared In
Trading_NotificationDetailsType.h
deliveryTime
Returns the time when the notification was delivered.
@property (nonatomic, retain) NSDate *deliveryTime
Discussion
Returns the time when the notification was delivered.
type : NSDate, wrapper for primitive date
Declared In
Trading_NotificationDetailsType.h
deliveryURL
Returns the destination address for the notification. This is the value set
using SetNotificationPreferences.
@property (nonatomic, retain) NSString *deliveryURL
Discussion
Returns the destination address for the notification. This is the value set
using SetNotificationPreferences.
type : NSString, wrapper for primitive string
Declared In
Trading_NotificationDetailsType.h
deliveryURLName
Returns the delivery URL name for the notification. This is the value set
using SetNotificationPreferences.
@property (nonatomic, retain) NSString *deliveryURLName
Discussion
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.h
errorMessage
Returns the error message.
@property (nonatomic, retain) NSString *errorMessage
Declared In
Trading_NotificationDetailsType.h
expirationTime
Date and time when this notification will be removed from the
eBay system.
@property (nonatomic, retain) NSDate *expirationTime
Discussion
Date and time when this notification will be removed from the
eBay system.
type : NSDate, wrapper for primitive date
Declared In
Trading_NotificationDetailsType.h
nextRetryTime
Returns the time when the notification is scheduled for retry.
This won’t be included if the DeliveryStatus is Delivered.
@property (nonatomic, retain) NSDate *nextRetryTime
Discussion
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.h
referenceID
Reference identifier for the notification.
@property (nonatomic, retain) NSString *referenceID
Declared In
Trading_NotificationDetailsType.h
retries
Returns the total number of retries for the given notification.
@property (nonatomic, retain) NSNumber *retries
Discussion
Returns the total number of retries for the given notification.
type : NSNumber, wrapper for primitive int
Declared In
Trading_NotificationDetailsType.h
type
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 *type
Discussion
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