Class: Shipping::FedExShipService::InternationalDocumentContentType

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

Overview

href="http://fedex.com/ws/ship/v7%7DInternationalDocumentContentType">http://fedex.com/ws/ship/v7InternationalDocumentContentType

Constant Summary collapse

DOCUMENTS_ONLY =
InternationalDocumentContentType.new("DOCUMENTS_ONLY")
NON_DOCUMENTS =
InternationalDocumentContentType.new("NON_DOCUMENTS")