Class: Shipping::FedExShipService::EMailNotificationFormatType

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

Overview

href="http://fedex.com/ws/ship/v7%7DEMailNotificationFormatType">http://fedex.com/ws/ship/v7EMailNotificationFormatType

Constant Summary collapse

HTML =

Html.

EMailNotificationFormatType.new("HTML")
TEXT =

Text.

EMailNotificationFormatType.new("TEXT")
WIRELESS =

Wireless.

EMailNotificationFormatType.new("WIRELESS")