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 =

email notification recipient enum: broker.

EMailNotificationRecipientType.new("BROKER")
OTHER =

email notification recipient enum: other.

EMailNotificationRecipientType.new("OTHER")
RECIPIENT =

email notification recipient enum: recipient.

EMailNotificationRecipientType.new("RECIPIENT")
SHIPPER =

email notification recipient enum: shipper.

EMailNotificationRecipientType.new("SHIPPER")
THIRD_PARTY =

email notification recipient enum: third party.

EMailNotificationRecipientType.new("THIRD_PARTY")