Class: Shipping::FedExShipService::ShippingDocumentStockType

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

Overview

href="http://fedex.com/ws/ship/v7%7DShippingDocumentStockType">http://fedex.com/ws/ship/v7ShippingDocumentStockType

Constant Summary collapse

PAPER_4X6 =

shipping document stock enum: paper 4x6.

ShippingDocumentStockType.new("PAPER_4X6")
PAPER_LETTER =

shipping document stock enum: paper letter.

ShippingDocumentStockType.new("PAPER_LETTER")
STOCK_4X6 =

shipping document stock enum: stock 4x6.

ShippingDocumentStockType.new("STOCK_4X6")
STOCK_4X675_LEADING_DOC_TAB =

shipping document stock enum: stock 4x675 leading doc tab.

ShippingDocumentStockType.new("STOCK_4X6.75_LEADING_DOC_TAB")
STOCK_4X675_TRAILING_DOC_TAB =

shipping document stock enum: stock 4x675 trailing doc tab.

ShippingDocumentStockType.new("STOCK_4X6.75_TRAILING_DOC_TAB")
STOCK_4X8 =

shipping document stock enum: stock 4x8.

ShippingDocumentStockType.new("STOCK_4X8")
STOCK_4X9_LEADING_DOC_TAB =

shipping document stock enum: stock 4x9 leading doc tab.

ShippingDocumentStockType.new("STOCK_4X9_LEADING_DOC_TAB")
STOCK_4X9_TRAILING_DOC_TAB =

shipping document stock enum: stock 4x9 trailing doc tab.

ShippingDocumentStockType.new("STOCK_4X9_TRAILING_DOC_TAB")