Class: Shipping::FedExShipService::MinimumChargeType
- Inherits:
-
String
- Object
- String
- Shipping::FedExShipService::MinimumChargeType
- Defined in:
- app/services/shipping/fed_ex_ship_service.rb
Overview
href="http://fedex.com/ws/ship/v7%7DMinimumChargeType">http://fedex.com/ws/ship/v7MinimumChargeType
Constant Summary collapse
- CUSTOMER =
Customer.
MinimumChargeType.new("CUSTOMER")
- CUSTOMER_FREIGHT_WEIGHT =
Customer freight weight.
MinimumChargeType.new("CUSTOMER_FREIGHT_WEIGHT")
- EARNED_DISCOUNT =
Earned discount.
MinimumChargeType.new("EARNED_DISCOUNT")
- MIXED =
Mixed.
MinimumChargeType.new("MIXED")
- RATE_SCALE =
Rate scale.
MinimumChargeType.new("RATE_SCALE")