Class: ShippingServiceCodeType

Inherits:
String
  • Object
show all
Defined in:
lib/paypal-business/default.rb

Overview

urn:ebay:apis:eBLBaseComponentsShippingServiceCodeType

Constant Summary collapse

CustomCode =
ShippingServiceCodeType.new("CustomCode")
ShippingMethodExpress =
ShippingServiceCodeType.new("ShippingMethodExpress")
ShippingMethodNextDay =
ShippingServiceCodeType.new("ShippingMethodNextDay")
ShippingMethodStandard =
ShippingServiceCodeType.new("ShippingMethodStandard")
UPS2ndDay =
ShippingServiceCodeType.new("UPS2ndDay")
UPS3rdDay =
ShippingServiceCodeType.new("UPS3rdDay")
UPSGround =
ShippingServiceCodeType.new("UPSGround")
UPSNextDay =
ShippingServiceCodeType.new("UPSNextDay")
USPSExpressMail =
ShippingServiceCodeType.new("USPSExpressMail")
USPSFirstClass =
ShippingServiceCodeType.new("USPSFirstClass")
USPSGround =
ShippingServiceCodeType.new("USPSGround")
USPSMedia =
ShippingServiceCodeType.new("USPSMedia")
USPSParcel =
ShippingServiceCodeType.new("USPSParcel")
USPSPriority =
ShippingServiceCodeType.new("USPSPriority")
@@schema_type =
"ShippingServiceCodeType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"