Class: Shipping::FedExShipService::EMailNotificationRecipientType
- Inherits:
-
String
- Object
- String
- Shipping::FedExShipService::EMailNotificationRecipientType
- Defined in:
- app/services/shipping/fed_ex_ship_service.rb
Overview
href="http://fedex.com/ws/ship/v7%7DEMailNotificationRecipientType">http://fedex.com/ws/ship/v7EMailNotificationRecipientType
Constant Summary collapse
- BROKER =
email notification recipient enum: broker.
EMailNotificationRecipientType.new("BROKER")
- OTHER =
Other.
EMailNotificationRecipientType.new("OTHER")
- RECIPIENT =
email notification recipient enum: recipient.
EMailNotificationRecipientType.new("RECIPIENT")
- SHIPPER =
email notification recipient enum: shipper.
EMailNotificationRecipientType.new("SHIPPER")