Class: Shipping::FedExShipService::MinimumChargeType

Inherits:
String
  • Object
show all
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 =
MinimumChargeType.new("CUSTOMER")
CUSTOMER_FREIGHT_WEIGHT =
MinimumChargeType.new("CUSTOMER_FREIGHT_WEIGHT")
EARNED_DISCOUNT =
MinimumChargeType.new("EARNED_DISCOUNT")
MIXED =
MinimumChargeType.new("MIXED")
RATE_SCALE =
MinimumChargeType.new("RATE_SCALE")