Class: Shipping::FedExShipService::PurposeOfShipmentType

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

Overview

href="http://fedex.com/ws/ship/v7%7DPurposeOfShipmentType">http://fedex.com/ws/ship/v7PurposeOfShipmentType

Constant Summary collapse

GIFT =
PurposeOfShipmentType.new("GIFT")
NOT_SOLD =
PurposeOfShipmentType.new("NOT_SOLD")
PERSONAL_EFFECTS =
PurposeOfShipmentType.new("PERSONAL_EFFECTS")
REPAIR_AND_RETURN =
PurposeOfShipmentType.new("REPAIR_AND_RETURN")
SAMPLE =
PurposeOfShipmentType.new("SAMPLE")
SOLD =
PurposeOfShipmentType.new("SOLD")