Class: Shipping::FedExCloseService::EMailNotificationRecipientType

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

Overview

href="http://fedex.com/ws/close/v2%7DEMailNotificationRecipientType">http://fedex.com/ws/close/v2EMailNotificationRecipientType

Constant Summary collapse

BROKER =
EMailNotificationRecipientType.new("BROKER")
OTHER =
EMailNotificationRecipientType.new("OTHER")
RECIPIENT =
EMailNotificationRecipientType.new("RECIPIENT")
SHIPPER =
EMailNotificationRecipientType.new("SHIPPER")
THIRD_PARTY =
EMailNotificationRecipientType.new("THIRD_PARTY")