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 =
ShippingDocumentStockType.new("PAPER_4X6")
PAPER_LETTER =
ShippingDocumentStockType.new("PAPER_LETTER")
STOCK_4X6 =
ShippingDocumentStockType.new("STOCK_4X6")
STOCK_4X675_LEADING_DOC_TAB =
ShippingDocumentStockType.new("STOCK_4X6.75_LEADING_DOC_TAB")
STOCK_4X675_TRAILING_DOC_TAB =
ShippingDocumentStockType.new("STOCK_4X6.75_TRAILING_DOC_TAB")
STOCK_4X8 =
ShippingDocumentStockType.new("STOCK_4X8")
STOCK_4X9_LEADING_DOC_TAB =
ShippingDocumentStockType.new("STOCK_4X9_LEADING_DOC_TAB")
STOCK_4X9_TRAILING_DOC_TAB =
ShippingDocumentStockType.new("STOCK_4X9_TRAILING_DOC_TAB")