
eBay::API::XML::DataType::NotificationDetailsType

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.


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

Returns the notification status. Possible values include Delivered, Failed, Rejected, and MarkedDown.
# Argument: 'ns:NotificationEventStateCodeType'
Calls: GetNotificationsUsage Returned: Conditionally
# Returns: 'ns:NotificationEventStateCodeType'
Returns the time when the notification was delivered.
# Argument: 'xs:dateTime'
Calls: GetNotificationsUsage Returned: Conditionally
# Returns: 'xs:dateTime'
Returns the destination address for the notification. This is the value set using SetNotificationPreferences.
# Argument: 'xs:anyURI'
Calls: GetNotificationsUsage Returned: Conditionally
# Returns: 'xs:anyURI'
Returns the delivery URL name for the notification. This is the value set using SetNotificationPreferences.
# Argument: 'xs:string'
Calls: GetNotificationsUsage Returned: Conditionally
# Returns: 'xs:string'
Returns the error message.
# Argument: 'xs:string'
Calls: GetNotificationsUsage Returned: Conditionally
# Returns: 'xs:string'
Date and time when this notification will be removed from the eBay system.
# Argument: 'xs:dateTime'
Calls: GetNotificationsUsage Returned: Conditionally
# Returns: 'xs:dateTime'
Returns the time when the notification is scheduled for retry. This won't be included if the DeliveryStatus is Delivered.
# Argument: 'xs:dateTime'
Calls: GetNotificationsUsage Returned: Conditionally
# Returns: 'xs:dateTime'
Reference identifier for the notification.
# Argument: 'xs:string'
# Returns: 'xs:string'
Returns the total number of retries for the given notification.
# Argument: 'xs:int'
Calls: GetNotificationsUsage Returned: Conditionally
# Returns: 'xs:int'
Returns the notification type. Possible values include: AskSellerQuestion, AuctionCheckoutComplete, BestOffer, CheckoutBuyerRequestTotal, EndOfAuction, Feedback, FixedPriceEndOfTransaction, FixedPriceTransaction, ItemNotReceived, MyMessages, OutBid, SecondChanceOffer, UPIBuyerResponseDispute, UPISellerClosedDispute, UPISellerOpenedDispute, and UPISellerRespondedToDispute.
# Argument: 'ns:NotificationEventTypeCodeType'
Calls: GetNotificationsUsage Returned: Conditionally
# Returns: 'ns:NotificationEventTypeCodeType'