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