Class: Shipping::FedExShipService::ShipmentSpecialServiceType

Inherits:
String
  • Object
show all
Defined in:
app/services/shipping/fed_ex_ship_service.rb

Overview

href="http://fedex.com/ws/ship/v7%7DShipmentSpecialServiceType">http://fedex.com/ws/ship/v7ShipmentSpecialServiceType

Constant Summary collapse

BROKER_SELECT_OPTION =

Broker select option.

ShipmentSpecialServiceType.new("BROKER_SELECT_OPTION")
COD =

Cod.

ShipmentSpecialServiceType.new("COD")
DRY_ICE =

shipment special service enum: dry ice.

ShipmentSpecialServiceType.new("DRY_ICE")
ELECTRONIC_TRADE_DOCUMENTS =

Electronic trade documents.

ShipmentSpecialServiceType.new("ELECTRONIC_TRADE_DOCUMENTS")
EMAIL_NOTIFICATION =

Email notification.

ShipmentSpecialServiceType.new("EMAIL_NOTIFICATION")
FUTURE_DAY_SHIPMENT =

Future day shipment.

ShipmentSpecialServiceType.new("FUTURE_DAY_SHIPMENT")
HOLD_AT_LOCATION =

Hold at location.

ShipmentSpecialServiceType.new("HOLD_AT_LOCATION")
HOME_DELIVERY_PREMIUM =

Home delivery premium.

ShipmentSpecialServiceType.new("HOME_DELIVERY_PREMIUM")
INSIDE_DELIVERY =

Inside delivery.

ShipmentSpecialServiceType.new("INSIDE_DELIVERY")
INSIDE_PICKUP =

Inside pickup.

ShipmentSpecialServiceType.new("INSIDE_PICKUP")
PENDING_SHIPMENT =

Pending shipment.

ShipmentSpecialServiceType.new("PENDING_SHIPMENT")
RETURN_SHIPMENT =

Return shipment.

ShipmentSpecialServiceType.new("RETURN_SHIPMENT")
SATURDAY_DELIVERY =

shipment special service enum: saturday delivery.

ShipmentSpecialServiceType.new("SATURDAY_DELIVERY")
SATURDAY_PICKUP =

shipment special service enum: saturday pickup.

ShipmentSpecialServiceType.new("SATURDAY_PICKUP")