Class: Shipping::FedExRateService::FreightShipmentRoleType

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

Overview

Service object: freight shipment role type.

Constant Summary collapse

CONSIGNEE =

Indicates the role of the party submitting the transaction.

FreightShipmentRoleType.new("CONSIGNEE")
SHIPPER =

freight shipment role enum: shipper.

FreightShipmentRoleType.new("SHIPPER")
THIRD_PARTY =

freight shipment role enum: third party.

FreightShipmentRoleType.new("THIRD_PARTY")