class FedexWebServices::Soap::Rate::ExpressFreightDetail
{fedex.com/ws/rate/v13}ExpressFreightDetail
packingListEnclosed - SOAP::SOAPBoolean shippersLoadAndCount - SOAP::SOAPPositiveInteger bookingConfirmationNumber - SOAP::SOAPString referenceLabelRequested - SOAP::SOAPBoolean beforeDeliveryContact - FedexWebServices::Soap::Rate::ExpressFreightDetailContact undeliverableContact - FedexWebServices::Soap::Rate::ExpressFreightDetailContact
Attributes
beforeDeliveryContact[RW]
bookingConfirmationNumber[RW]
packingListEnclosed[RW]
referenceLabelRequested[RW]
shippersLoadAndCount[RW]
undeliverableContact[RW]
Public Class Methods
new(packingListEnclosed = nil, shippersLoadAndCount = nil, bookingConfirmationNumber = nil, referenceLabelRequested = nil, beforeDeliveryContact = nil, undeliverableContact = nil)
click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 1115 def initialize(packingListEnclosed = nil, shippersLoadAndCount = nil, bookingConfirmationNumber = nil, referenceLabelRequested = nil, beforeDeliveryContact = nil, undeliverableContact = nil) @packingListEnclosed = packingListEnclosed @shippersLoadAndCount = shippersLoadAndCount @bookingConfirmationNumber = bookingConfirmationNumber @referenceLabelRequested = referenceLabelRequested @beforeDeliveryContact = beforeDeliveryContact @undeliverableContact = undeliverableContact end