Class: Shipping::PurolatorShippingService::PickupType

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

Overview

href="http://purolator.com/pws/datatypes/v1%7DPickupType">http://purolator.com/pws/datatypes/v1PickupType

Constant Summary collapse

DropOff =
PickupType.new("DropOff")
PreScheduled =
PickupType.new("PreScheduled")