Class: Shipping::FedExShipService::AdditionalLabelsType

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

Overview

href="http://fedex.com/ws/ship/v7%7DAdditionalLabelsType">http://fedex.com/ws/ship/v7AdditionalLabelsType

Constant Summary collapse

BROKER =

Broker.

AdditionalLabelsType.new("BROKER")
CONSIGNEE =

Consignee.

AdditionalLabelsType.new("CONSIGNEE")
CUSTOMS =

Customs.

AdditionalLabelsType.new("CUSTOMS")
DESTINATION =

Destination.

AdditionalLabelsType.new("DESTINATION")
MANIFEST =

Manifest.

AdditionalLabelsType.new("MANIFEST")
ORIGIN =

Origin.

AdditionalLabelsType.new("ORIGIN")
RECIPIENT =

Recipient.

AdditionalLabelsType.new("RECIPIENT")
SHIPPER =

Shipper.

AdditionalLabelsType.new("SHIPPER")