Class: Dhl::Intraship::ProductCode

Inherits:
Object
  • Object
show all
Defined in:
lib/dhl-intraship/product_code.rb

Constant Summary collapse

DHL_PACKAGE =

Day definite product codes

'EPN'
WORLD_PACKAGE =
'BPI'
DHL_EURO_PACKAGE =
'EPI'
DHL_EURO_PLUS =
'EUP'
DHL_DOMESTIC_EXPRESS =
'EXP'
DOMESTIC_EXPRESS =

Time definite product codes

'DXM'
STARTDAY_EXPRESS =
'TDK'
DHL_EXPRESS_WORLDWIDE =
'WPX'
VALID_PRODUCT_CODES =
[DHL_PACKAGE, WORLD_PACKAGE, DHL_EURO_PACKAGE, DHL_EURO_PLUS, DHL_DOMESTIC_EXPRESS,
DOMESTIC_EXPRESS, STARTDAY_EXPRESS, DHL_EXPRESS_WORLDWIDE]