Class: Shipping::FedExShipService::PickupRequestType

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

Overview

href="http://fedex.com/ws/ship/v7%7DPickupRequestType">http://fedex.com/ws/ship/v7PickupRequestType

Constant Summary collapse

FUTURE_DAY =
PickupRequestType.new("FUTURE_DAY")
SAME_DAY =
PickupRequestType.new("SAME_DAY")