class FedexWebServices::Soap::Ship::CodReturnPackageDetail
{fedex.com/ws/ship/v12}CodReturnPackageDetail
collectionAmount - FedexWebServices::Soap::Ship::Money adjustmentType - FedexWebServices::Soap::Ship::CodAdjustmentType electronic - SOAP::SOAPBoolean barcodes - FedexWebServices::Soap::Ship::PackageBarcodes label - FedexWebServices::Soap::Ship::ShippingDocument
Attributes
adjustmentType[RW]
barcodes[RW]
collectionAmount[RW]
electronic[RW]
label[RW]
Public Class Methods
new(collectionAmount = nil, adjustmentType = nil, electronic = nil, barcodes = nil, label = nil)
click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 248 def initialize(collectionAmount = nil, adjustmentType = nil, electronic = nil, barcodes = nil, label = nil) @collectionAmount = collectionAmount @adjustmentType = adjustmentType @electronic = electronic @barcodes = barcodes @label = label end