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 =

payment enum: creditcard.

PaymentType.new("CreditCard")
Receiver =

payment enum: receiver.

PaymentType.new("Receiver")
Sender =

payment enum: sender.

PaymentType.new("Sender")
ThirdParty =

payment enum: thirdparty.

PaymentType.new("ThirdParty")