Class: Shipping::FedExShipService::SmartPostAncillaryEndorsementType

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

Overview

href="http://fedex.com/ws/ship/v7%7DSmartPostAncillaryEndorsementType">http://fedex.com/ws/ship/v7SmartPostAncillaryEndorsementType

Constant Summary collapse

ADDRESS_CORRECTION =

Address correction.

SmartPostAncillaryEndorsementType.new("ADDRESS_CORRECTION")
CARRIER_LEAVE_IF_NO_RESPONSE =

Carrier leave if no response.

SmartPostAncillaryEndorsementType.new("CARRIER_LEAVE_IF_NO_RESPONSE")
CHANGE_SERVICE =

Change service.

SmartPostAncillaryEndorsementType.new("CHANGE_SERVICE")
FORWARDING_SERVICE =

Forwarding service.

SmartPostAncillaryEndorsementType.new("FORWARDING_SERVICE")
RETURN_SERVICE =

Return service.

SmartPostAncillaryEndorsementType.new("RETURN_SERVICE")