Class: Shipping::FedExShipService::CodAddTransportationChargesType
- Inherits:
-
String
- Object
- String
- Shipping::FedExShipService::CodAddTransportationChargesType
- Defined in:
- app/services/shipping/fed_ex_ship_service.rb
Overview
href="http://fedex.com/ws/ship/v7%7DCodAddTransportationChargesType">http://fedex.com/ws/ship/v7CodAddTransportationChargesType
Constant Summary collapse
- ADD_ACCOUNT_COD_SURCHARGE =
Add account cod surcharge.
CodAddTransportationChargesType.new("ADD_ACCOUNT_COD_SURCHARGE")
- ADD_ACCOUNT_NET_CHARGE =
Add account net charge.
CodAddTransportationChargesType.new("ADD_ACCOUNT_NET_CHARGE")
- ADD_ACCOUNT_NET_FREIGHT =
Add account net freight.
CodAddTransportationChargesType.new("ADD_ACCOUNT_NET_FREIGHT")
- ADD_ACCOUNT_TOTAL_CUSTOMER_CHARGE =
Add account total customer charge.
CodAddTransportationChargesType.new("ADD_ACCOUNT_TOTAL_CUSTOMER_CHARGE")
- ADD_LIST_COD_SURCHARGE =
Add list cod surcharge.
CodAddTransportationChargesType.new("ADD_LIST_COD_SURCHARGE")
- ADD_LIST_NET_CHARGE =
Add list net charge.
CodAddTransportationChargesType.new("ADD_LIST_NET_CHARGE")
- ADD_LIST_NET_FREIGHT =
Add list net freight.
CodAddTransportationChargesType.new("ADD_LIST_NET_FREIGHT")
- ADD_LIST_TOTAL_CUSTOMER_CHARGE =
Add list total customer charge.
CodAddTransportationChargesType.new("ADD_LIST_TOTAL_CUSTOMER_CHARGE")
- ADD_SHIPMENT_MULTIWEIGHT_NET_CHARGE =
Add shipment multiweight net charge.
CodAddTransportationChargesType.new("ADD_SHIPMENT_MULTIWEIGHT_NET_CHARGE")
- ADD_SHIPMENT_MULTIWEIGHT_NET_FREIGHT =
Add shipment multiweight net freight.
CodAddTransportationChargesType.new("ADD_SHIPMENT_MULTIWEIGHT_NET_FREIGHT")
- ADD_SUM_OF_ACCOUNT_NET_CHARGES =
Add sum of account net charges.
CodAddTransportationChargesType.new("ADD_SUM_OF_ACCOUNT_NET_CHARGES")
- ADD_SUM_OF_ACCOUNT_NET_FREIGHT =
Add sum of account net freight.
CodAddTransportationChargesType.new("ADD_SUM_OF_ACCOUNT_NET_FREIGHT")
- ADD_SUM_OF_LIST_NET_CHARGES =
Add sum of list net charges.
CodAddTransportationChargesType.new("ADD_SUM_OF_LIST_NET_CHARGES")
- ADD_SUM_OF_LIST_NET_FREIGHT =
Add sum of list net freight.
CodAddTransportationChargesType.new("ADD_SUM_OF_LIST_NET_FREIGHT")