Class: Shipping::FedExShipService::SignatureOptionType

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

Overview

href="http://fedex.com/ws/ship/v7%7DSignatureOptionType">http://fedex.com/ws/ship/v7SignatureOptionType

Constant Summary collapse

ADULT =
SignatureOptionType.new("ADULT")
DIRECT =
SignatureOptionType.new("DIRECT")
INDIRECT =
SignatureOptionType.new("INDIRECT")
NO_SIGNATURE_REQUIRED =
SignatureOptionType.new("NO_SIGNATURE_REQUIRED")
SERVICE_DEFAULT =
SignatureOptionType.new("SERVICE_DEFAULT")