Class: Shipping::FedExShipService::DeletionControlType

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

Overview

href="http://fedex.com/ws/ship/v7%7DDeletionControlType">http://fedex.com/ws/ship/v7DeletionControlType

Constant Summary collapse

DELETE_ALL_PACKAGES =
DeletionControlType.new("DELETE_ALL_PACKAGES")
DELETE_ONE_PACKAGE =
DeletionControlType.new("DELETE_ONE_PACKAGE")
LEGACY =
DeletionControlType.new("LEGACY")