Displaying 1 result from an estimated 1 matches for "countryterritory".
2007 Nov 21
4
Builder::XmlMarkup adds <inspect/> on printing and <clone/> on saving
...ws of a parsed .csv file
myxml.OpenShipment("ShipmentOption"=>"", "ProcessStatus"=>"")
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")...