Class: Shipping::PurolatorShippingService::PrinterType

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

Overview

href="http://purolator.com/pws/datatypes/v1%7DPrinterType">http://purolator.com/pws/datatypes/v1PrinterType

Constant Summary collapse

Regular =

printer enum: regular.

PrinterType.new("Regular")
Thermal =

printer enum: thermal.

PrinterType.new("Thermal")