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 =

Certificate of origin.

RequestedShippingDocumentType.new("CERTIFICATE_OF_ORIGIN")
COMMERCIAL_INVOICE =

Commercial invoice.

RequestedShippingDocumentType.new("COMMERCIAL_INVOICE")
CUSTOMER_SPECIFIED_LABELS =

Customer specified labels.

RequestedShippingDocumentType.new("CUSTOMER_SPECIFIED_LABELS")
GENERAL_AGENCY_AGREEMENT =

General agency agreement.

RequestedShippingDocumentType.new("GENERAL_AGENCY_AGREEMENT")
LABEL =

Label.

RequestedShippingDocumentType.new("LABEL")
NAFTA_CERTIFICATE_OF_ORIGIN =

Nafta certificate of origin.

RequestedShippingDocumentType.new("NAFTA_CERTIFICATE_OF_ORIGIN")
PRO_FORMA_INVOICE =

Pro forma invoice.

RequestedShippingDocumentType.new("PRO_FORMA_INVOICE")
RETURN_INSTRUCTIONS =

Return instructions.

RequestedShippingDocumentType.new("RETURN_INSTRUCTIONS")