Class: Shipping::FedExShipService::DropoffType
- Inherits:
-
String
- Object
- String
- Shipping::FedExShipService::DropoffType
- Defined in:
- app/services/shipping/fed_ex_ship_service.rb
Overview
href="http://fedex.com/ws/ship/v7%7DDropoffType">http://fedex.com/ws/ship/v7DropoffType
Constant Summary collapse
- BUSINESS_SERVICE_CENTER =
Business service center.
DropoffType.new("BUSINESS_SERVICE_CENTER")
- DROP_BOX =
Drop box.
DropoffType.new("DROP_BOX")
- REGULAR_PICKUP =
Regular pickup.
DropoffType.new("REGULAR_PICKUP")
- REQUEST_COURIER =
Request courier.
DropoffType.new("REQUEST_COURIER")
- STATION =
Station.
DropoffType.new("STATION")