Class: Shipping::FedExShipService::PaymentType

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

Overview

href="http://fedex.com/ws/ship/v7%7DPaymentType">http://fedex.com/ws/ship/v7PaymentType

Constant Summary collapse

COLLECT =
PaymentType.new("COLLECT")
RECIPIENT =
PaymentType.new("RECIPIENT")
SENDER =
PaymentType.new("SENDER")
THIRD_PARTY =
PaymentType.new("THIRD_PARTY")