Class: Shipping::FedExShipService::RequestedShippingDocumentType

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

Overview

href="http://fedex.com/ws/ship/v7%7DRequestedShippingDocumentType">http://fedex.com/ws/ship/v7RequestedShippingDocumentType

Constant Summary collapse

CERTIFICATE_OF_ORIGIN =
RequestedShippingDocumentType.new("CERTIFICATE_OF_ORIGIN")
COMMERCIAL_INVOICE =
RequestedShippingDocumentType.new("COMMERCIAL_INVOICE")
CUSTOMER_SPECIFIED_LABELS =
RequestedShippingDocumentType.new("CUSTOMER_SPECIFIED_LABELS")
GENERAL_AGENCY_AGREEMENT =
RequestedShippingDocumentType.new("GENERAL_AGENCY_AGREEMENT")
LABEL =
RequestedShippingDocumentType.new("LABEL")
NAFTA_CERTIFICATE_OF_ORIGIN =
RequestedShippingDocumentType.new("NAFTA_CERTIFICATE_OF_ORIGIN")
PRO_FORMA_INVOICE =
RequestedShippingDocumentType.new("PRO_FORMA_INVOICE")
RETURN_INSTRUCTIONS =
RequestedShippingDocumentType.new("RETURN_INSTRUCTIONS")