Class: Shipping::FedExShipService::NaftaProducerSpecificationType

Inherits:
String
  • Object
show all
Defined in:
app/services/shipping/fed_ex_ship_service.rb

Overview

href="http://fedex.com/ws/ship/v7%7DNaftaProducerSpecificationType">http://fedex.com/ws/ship/v7NaftaProducerSpecificationType

Constant Summary collapse

AVAILABLE_UPON_REQUEST =

Available upon request.

NaftaProducerSpecificationType.new("AVAILABLE_UPON_REQUEST")
MULTIPLE_SPECIFIED =

Multiple specified.

NaftaProducerSpecificationType.new("MULTIPLE_SPECIFIED")
SAME =

Same.

NaftaProducerSpecificationType.new("SAME")
SINGLE_SPECIFIED =

Single specified.

NaftaProducerSpecificationType.new("SINGLE_SPECIFIED")
UNKNOWN =

Unknown.

NaftaProducerSpecificationType.new("UNKNOWN")