Class: NotificationEventStateCodeType

Inherits:
String
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsNotificationEventStateCodeType

Constant Summary collapse

Canceled =
NotificationEventStateCodeType.new("Canceled")
CustomCode =
NotificationEventStateCodeType.new("CustomCode")
Delivered =
NotificationEventStateCodeType.new("Delivered")
Failed =
NotificationEventStateCodeType.new("Failed")
FailedPending =
NotificationEventStateCodeType.new("FailedPending")
MarkedDown =
NotificationEventStateCodeType.new("MarkedDown")
MarkedDownPending =
NotificationEventStateCodeType.new("MarkedDownPending")
New =
NotificationEventStateCodeType.new("New")
Pending =
NotificationEventStateCodeType.new("Pending")
Rejected =
NotificationEventStateCodeType.new("Rejected")
Undeliverable =
NotificationEventStateCodeType.new("Undeliverable")