Class: Shipping::FedExShipService::RateDiscountType
- Inherits:
-
String
- Object
- String
- Shipping::FedExShipService::RateDiscountType
- Defined in:
- app/services/shipping/fed_ex_ship_service.rb
Overview
href="http://fedex.com/ws/ship/v7%7DRateDiscountType">http://fedex.com/ws/ship/v7RateDiscountType
Constant Summary collapse
- BONUS =
RateDiscountType.new("BONUS")
- EARNED =
RateDiscountType.new("EARNED")
- OTHER =
RateDiscountType.new("OTHER")
- VOLUME =
RateDiscountType.new("VOLUME")