Class: Shipping::FedExShipService::RateDiscountType

Inherits:
String
  • Object
show all
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")