class FedexWebServices::Soap::Rate::FreightSpecialServicePayment
{fedex.com/ws/rate/v13}FreightSpecialServicePayment
specialService - FedexWebServices::Soap::Rate::ShipmentSpecialServiceType paymentType - FedexWebServices::Soap::Rate::FreightShipmentRoleType
Attributes
paymentType[RW]
specialService[RW]
Public Class Methods
new(specialService = nil, paymentType = nil)
click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 1367 def initialize(specialService = nil, paymentType = nil) @specialService = specialService @paymentType = paymentType end