Displaying 1 result from an estimated 1 matches for "billingopt".
2007 Nov 21
4
Builder::XmlMarkup adds <inspect/> on printing and <clone/> on saving
...[2])
myxml.CountryTerritory("DE")
myxml.PostalCode(row [3])
myxml.CityOrTown(row [4])
end
myxml.ShipmentInformation do
myxml.ServiceType("ES")
myxml.NumberOfPackages("1")
myxml.BillingOption("PP")
end
myxml.Package do
myxml.PackageType("CP")
myxml.Weight(row [5])
end
end
end
}
filetransfer.save
--~--~---------~--~----~------------~-------~--~----~
You received this message because you ar...