search for: shipmentinform

Displaying 1 result from an estimated 1 matches for "shipmentinform".

2007 Nov 21
4
Builder::XmlMarkup adds <inspect/> on printing and <clone/> on saving
...) do myxml.ShipTo do myxml.CompanyOrName(row[0]) myxml.Address1(row [1]) myxml.Address2(row [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...