Class: Shipping::FedExShipService::PackageSpecialServiceType

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

Overview

href="http://fedex.com/ws/ship/v7%7DPackageSpecialServiceType">http://fedex.com/ws/ship/v7PackageSpecialServiceType

Constant Summary collapse

APPOINTMENT_DELIVERY =

Appointment delivery.

PackageSpecialServiceType.new("APPOINTMENT_DELIVERY")
DANGEROUS_GOODS =

Dangerous goods.

PackageSpecialServiceType.new("DANGEROUS_GOODS")
DRY_ICE =

Dry ice.

PackageSpecialServiceType.new("DRY_ICE")
NON_STANDARD_CONTAINER =

Non standard container.

PackageSpecialServiceType.new("NON_STANDARD_CONTAINER")
PRIORITY_ALERT =

Priority alert.

PackageSpecialServiceType.new("PRIORITY_ALERT")
SIGNATURE_OPTION =

Signature option.

PackageSpecialServiceType.new("SIGNATURE_OPTION")