Class: Shipping::PurolatorShippingService::PaymentType

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

Overview

href="http://purolator.com/pws/datatypes/v1%7DPaymentType">http://purolator.com/pws/datatypes/v1PaymentType

Constant Summary collapse

CreditCard =
PaymentType.new("CreditCard")
Receiver =
PaymentType.new("Receiver")
Sender =
PaymentType.new("Sender")
ThirdParty =
PaymentType.new("ThirdParty")