Class: Shipping::FedExRateService::FreightShipmentRoleType

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

Constant Summary collapse

CONSIGNEE =

Indicates the role of the party submitting the transaction.

FreightShipmentRoleType.new("CONSIGNEE")
SHIPPER =
FreightShipmentRoleType.new("SHIPPER")
THIRD_PARTY =
FreightShipmentRoleType.new("THIRD_PARTY")