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 =

Gift.

PurposeOfShipmentType.new("GIFT")
NOT_SOLD =

Not sold.

PurposeOfShipmentType.new("NOT_SOLD")
PERSONAL_EFFECTS =

Personal effects.

PurposeOfShipmentType.new("PERSONAL_EFFECTS")
REPAIR_AND_RETURN =

Repair and return.

PurposeOfShipmentType.new("REPAIR_AND_RETURN")
SAMPLE =

Sample.

PurposeOfShipmentType.new("SAMPLE")
SOLD =

Sold.

PurposeOfShipmentType.new("SOLD")