Class: Shipping::FedExShipService::LabelFormatType

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

Overview

href="http://fedex.com/ws/ship/v7%7DLabelFormatType">http://fedex.com/ws/ship/v7LabelFormatType

Constant Summary collapse

COMMON2D =

Common2d.

LabelFormatType.new("COMMON2D")
LABEL_DATA_ONLY =

Label data only.

LabelFormatType.new("LABEL_DATA_ONLY")
FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING =

Fedex freight straight bill of lading.

LabelFormatType.new("FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING")