//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ // // 此源代码是由 Microsoft.VSDesigner 4.0.30319.42000 版自动生成。 // #pragma warning disable 1591 namespace TradeManageNew.UpsSHIPWebReference { using System; using System.Web.Services; using System.Diagnostics; using System.Web.Services.Protocols; using System.Xml.Serialization; using System.ComponentModel; /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Web.Services.WebServiceBindingAttribute(Name="ShipBinding", Namespace="http://www.ups.com/WSDL/XOLTWS/Ship/v1.0")] [System.Xml.Serialization.XmlIncludeAttribute(typeof(ShipmentServiceOptionsType))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(CompanyInfoType))] public partial class ShipService : System.Web.Services.Protocols.SoapHttpClientProtocol { private UPSSecurity uPSSecurityValueField; private System.Threading.SendOrPostCallback ProcessShipmentOperationCompleted; private System.Threading.SendOrPostCallback ProcessShipConfirmOperationCompleted; private System.Threading.SendOrPostCallback ProcessShipAcceptOperationCompleted; private bool useDefaultCredentialsSetExplicitly; /// public ShipService() { this.Url = global::TradeManageNew.Properties.Settings.Default.TradeManageNew_UpsSHIPWebReference_ShipService; if ((this.IsLocalFileSystemWebService(this.Url) == true)) { this.UseDefaultCredentials = true; this.useDefaultCredentialsSetExplicitly = false; } else { this.useDefaultCredentialsSetExplicitly = true; } } public UPSSecurity UPSSecurityValue { get { return this.uPSSecurityValueField; } set { this.uPSSecurityValueField = value; } } public new string Url { get { return base.Url; } set { if ((((this.IsLocalFileSystemWebService(base.Url) == true) && (this.useDefaultCredentialsSetExplicitly == false)) && (this.IsLocalFileSystemWebService(value) == false))) { base.UseDefaultCredentials = false; } base.Url = value; } } public new bool UseDefaultCredentials { get { return base.UseDefaultCredentials; } set { base.UseDefaultCredentials = value; this.useDefaultCredentialsSetExplicitly = true; } } /// public event ProcessShipmentCompletedEventHandler ProcessShipmentCompleted; /// public event ProcessShipConfirmCompletedEventHandler ProcessShipConfirmCompleted; /// public event ProcessShipAcceptCompletedEventHandler ProcessShipAcceptCompleted; /// [System.Web.Services.Protocols.SoapHeaderAttribute("UPSSecurityValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://onlinetools.ups.com/webservices/ShipBinding/v1.0", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("ShipmentResponse", Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public ShipmentResponse ProcessShipment([System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] ShipmentRequest ShipmentRequest) { object[] results = this.Invoke("ProcessShipment", new object[] { ShipmentRequest}); return ((ShipmentResponse)(results[0])); } /// public void ProcessShipmentAsync(ShipmentRequest ShipmentRequest) { this.ProcessShipmentAsync(ShipmentRequest, null); } /// public void ProcessShipmentAsync(ShipmentRequest ShipmentRequest, object userState) { if ((this.ProcessShipmentOperationCompleted == null)) { this.ProcessShipmentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnProcessShipmentOperationCompleted); } this.InvokeAsync("ProcessShipment", new object[] { ShipmentRequest}, this.ProcessShipmentOperationCompleted, userState); } private void OnProcessShipmentOperationCompleted(object arg) { if ((this.ProcessShipmentCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ProcessShipmentCompleted(this, new ProcessShipmentCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("UPSSecurityValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://onlinetools.ups.com/webservices/ShipBinding/v1.0", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("ShipConfirmResponse", Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public ShipConfirmResponse ProcessShipConfirm([System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] ShipConfirmRequest ShipConfirmRequest) { object[] results = this.Invoke("ProcessShipConfirm", new object[] { ShipConfirmRequest}); return ((ShipConfirmResponse)(results[0])); } /// public void ProcessShipConfirmAsync(ShipConfirmRequest ShipConfirmRequest) { this.ProcessShipConfirmAsync(ShipConfirmRequest, null); } /// public void ProcessShipConfirmAsync(ShipConfirmRequest ShipConfirmRequest, object userState) { if ((this.ProcessShipConfirmOperationCompleted == null)) { this.ProcessShipConfirmOperationCompleted = new System.Threading.SendOrPostCallback(this.OnProcessShipConfirmOperationCompleted); } this.InvokeAsync("ProcessShipConfirm", new object[] { ShipConfirmRequest}, this.ProcessShipConfirmOperationCompleted, userState); } private void OnProcessShipConfirmOperationCompleted(object arg) { if ((this.ProcessShipConfirmCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ProcessShipConfirmCompleted(this, new ProcessShipConfirmCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("UPSSecurityValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://onlinetools.ups.com/webservices/ShipBinding/v1.0", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("ShipAcceptResponse", Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public ShipAcceptResponse ProcessShipAccept([System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] ShipAcceptRequest ShipAcceptRequest) { object[] results = this.Invoke("ProcessShipAccept", new object[] { ShipAcceptRequest}); return ((ShipAcceptResponse)(results[0])); } /// public void ProcessShipAcceptAsync(ShipAcceptRequest ShipAcceptRequest) { this.ProcessShipAcceptAsync(ShipAcceptRequest, null); } /// public void ProcessShipAcceptAsync(ShipAcceptRequest ShipAcceptRequest, object userState) { if ((this.ProcessShipAcceptOperationCompleted == null)) { this.ProcessShipAcceptOperationCompleted = new System.Threading.SendOrPostCallback(this.OnProcessShipAcceptOperationCompleted); } this.InvokeAsync("ProcessShipAccept", new object[] { ShipAcceptRequest}, this.ProcessShipAcceptOperationCompleted, userState); } private void OnProcessShipAcceptOperationCompleted(object arg) { if ((this.ProcessShipAcceptCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ProcessShipAcceptCompleted(this, new ProcessShipAcceptCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// public new void CancelAsync(object userState) { base.CancelAsync(userState); } private bool IsLocalFileSystemWebService(string url) { if (((url == null) || (url == string.Empty))) { return false; } System.Uri wsUri = new System.Uri(url); if (((wsUri.Port >= 1024) && (string.Compare(wsUri.Host, "localHost", System.StringComparison.OrdinalIgnoreCase) == 0))) { return true; } return false; } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.ups.com/XMLSchema/XOLTWS/UPSS/v1.0")] [System.Xml.Serialization.XmlRootAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/UPSS/v1.0", IsNullable=false)] public partial class UPSSecurity : System.Web.Services.Protocols.SoapHeader { private UPSSecurityUsernameToken usernameTokenField; private UPSSecurityServiceAccessToken serviceAccessTokenField; /// public UPSSecurityUsernameToken UsernameToken { get { return this.usernameTokenField; } set { this.usernameTokenField = value; } } /// public UPSSecurityServiceAccessToken ServiceAccessToken { get { return this.serviceAccessTokenField; } set { this.serviceAccessTokenField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.ups.com/XMLSchema/XOLTWS/UPSS/v1.0")] public partial class UPSSecurityUsernameToken { private string usernameField; private string passwordField; /// public string Username { get { return this.usernameField; } set { this.usernameField = value; } } /// public string Password { get { return this.passwordField; } set { this.passwordField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class HighValueReportType { private ImageType imageField; /// public ImageType Image { get { return this.imageField; } set { this.imageField = value; } } } /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(ReceiptType))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(LabelType))] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ImageType { private ImageFormatType imageFormatField; private string graphicImageField; /// public ImageFormatType ImageFormat { get { return this.imageFormatField; } set { this.imageFormatField = value; } } /// public string GraphicImage { get { return this.graphicImageField; } set { this.graphicImageField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ImageFormatType { private string codeField; private string descriptionField; /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ReceiptType : ImageType { } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class LabelType : ImageType { private string[] graphicImagePartField; private string internationalSignatureGraphicImageField; private string hTMLImageField; private string pDF417Field; /// [System.Xml.Serialization.XmlElementAttribute("GraphicImagePart")] public string[] GraphicImagePart { get { return this.graphicImagePartField; } set { this.graphicImagePartField = value; } } /// public string InternationalSignatureGraphicImage { get { return this.internationalSignatureGraphicImageField; } set { this.internationalSignatureGraphicImageField = value; } } /// public string HTMLImage { get { return this.hTMLImageField; } set { this.hTMLImageField = value; } } /// public string PDF417 { get { return this.pDF417Field; } set { this.pDF417Field = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class SCReportType { private ImageType imageField; /// public ImageType Image { get { return this.imageField; } set { this.imageField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class FormImageType { private ImageFormatType imageFormatField; private string graphicImageField; /// public ImageFormatType ImageFormat { get { return this.imageFormatField; } set { this.imageFormatField = value; } } /// public string GraphicImage { get { return this.graphicImageField; } set { this.graphicImageField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class FormType { private string codeField; private string descriptionField; private FormImageType imageField; private string formGroupIdField; private string formGroupIdNameField; /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } /// public FormImageType Image { get { return this.imageField; } set { this.imageField = value; } } /// public string FormGroupId { get { return this.formGroupIdField; } set { this.formGroupIdField = value; } } /// public string FormGroupIdName { get { return this.formGroupIdNameField; } set { this.formGroupIdNameField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class AccessorialType { private string codeField; private string descriptionField; /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class PackageResultsType { private string trackingNumberField; private ShipChargeType baseServiceChargeField; private ShipChargeType serviceOptionsChargesField; private ShipChargeType nonMachineableChargesField; private ShipChargeType nonDDUChargesField; private ShipChargeType surePostDasChargesField; private LabelType shippingLabelField; private ReceiptType shippingReceiptField; private string uSPSPICNumberField; private string cN22NumberField; private AccessorialType[] accessorialField; private FormType formField; private ShipChargeType[] itemizedChargesField; private ShipChargeType[] negotiatedChargesField; /// public string TrackingNumber { get { return this.trackingNumberField; } set { this.trackingNumberField = value; } } /// public ShipChargeType BaseServiceCharge { get { return this.baseServiceChargeField; } set { this.baseServiceChargeField = value; } } /// public ShipChargeType ServiceOptionsCharges { get { return this.serviceOptionsChargesField; } set { this.serviceOptionsChargesField = value; } } /// public ShipChargeType NonMachineableCharges { get { return this.nonMachineableChargesField; } set { this.nonMachineableChargesField = value; } } /// public ShipChargeType NonDDUCharges { get { return this.nonDDUChargesField; } set { this.nonDDUChargesField = value; } } /// public ShipChargeType SurePostDasCharges { get { return this.surePostDasChargesField; } set { this.surePostDasChargesField = value; } } /// public LabelType ShippingLabel { get { return this.shippingLabelField; } set { this.shippingLabelField = value; } } /// public ReceiptType ShippingReceipt { get { return this.shippingReceiptField; } set { this.shippingReceiptField = value; } } /// public string USPSPICNumber { get { return this.uSPSPICNumberField; } set { this.uSPSPICNumberField = value; } } /// public string CN22Number { get { return this.cN22NumberField; } set { this.cN22NumberField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("Accessorial")] public AccessorialType[] Accessorial { get { return this.accessorialField; } set { this.accessorialField = value; } } /// public FormType Form { get { return this.formField; } set { this.formField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("ItemizedCharges")] public ShipChargeType[] ItemizedCharges { get { return this.itemizedChargesField; } set { this.itemizedChargesField = value; } } /// [System.Xml.Serialization.XmlArrayItemAttribute("ItemizedCharges", IsNullable=false)] public ShipChargeType[] NegotiatedCharges { get { return this.negotiatedChargesField; } set { this.negotiatedChargesField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ShipChargeType { private string codeField; private string descriptionField; private string currencyCodeField; private string monetaryValueField; private string subTypeField; /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } /// public string CurrencyCode { get { return this.currencyCodeField; } set { this.currencyCodeField = value; } } /// public string MonetaryValue { get { return this.monetaryValueField; } set { this.monetaryValueField = value; } } /// public string SubType { get { return this.subTypeField; } set { this.subTypeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class BillingUnitOfMeasurementType { private string codeField; private string descriptionField; /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class BillingWeightType { private BillingUnitOfMeasurementType unitOfMeasurementField; private string weightField; /// public BillingUnitOfMeasurementType UnitOfMeasurement { get { return this.unitOfMeasurementField; } set { this.unitOfMeasurementField = value; } } /// public string Weight { get { return this.weightField; } set { this.weightField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class HandlingUnitsResponseType { private string quantityField; private ShipUnitOfMeasurementType typeField; private HandlingUnitsDimensionsType dimensionsField; private AdjustedHeightType adjustedHeightField; /// public string Quantity { get { return this.quantityField; } set { this.quantityField = value; } } /// public ShipUnitOfMeasurementType Type { get { return this.typeField; } set { this.typeField = value; } } /// public HandlingUnitsDimensionsType Dimensions { get { return this.dimensionsField; } set { this.dimensionsField = value; } } /// public AdjustedHeightType AdjustedHeight { get { return this.adjustedHeightField; } set { this.adjustedHeightField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ShipUnitOfMeasurementType { private string codeField; private string descriptionField; /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class HandlingUnitsDimensionsType { private ShipUnitOfMeasurementType unitOfMeasurementField; private string lengthField; private string widthField; private string heightField; /// public ShipUnitOfMeasurementType UnitOfMeasurement { get { return this.unitOfMeasurementField; } set { this.unitOfMeasurementField = value; } } /// public string Length { get { return this.lengthField; } set { this.lengthField = value; } } /// public string Width { get { return this.widthField; } set { this.widthField = value; } } /// public string Height { get { return this.heightField; } set { this.heightField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class AdjustedHeightType { private string valueField; private ShipUnitOfMeasurementType unitOfMeasurementField; /// public string Value { get { return this.valueField; } set { this.valueField = value; } } /// public ShipUnitOfMeasurementType UnitOfMeasurement { get { return this.unitOfMeasurementField; } set { this.unitOfMeasurementField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class FreightDensityRateType { private string densityField; private string totalCubicFeetField; /// public string Density { get { return this.densityField; } set { this.densityField = value; } } /// public string TotalCubicFeet { get { return this.totalCubicFeetField; } set { this.totalCubicFeetField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class TransportationChargeType { private ShipChargeType grossChargeField; private ShipChargeType discountAmountField; private string discountPercentageField; private ShipChargeType netChargeField; /// public ShipChargeType GrossCharge { get { return this.grossChargeField; } set { this.grossChargeField = value; } } /// public ShipChargeType DiscountAmount { get { return this.discountAmountField; } set { this.discountAmountField = value; } } /// public string DiscountPercentage { get { return this.discountPercentageField; } set { this.discountPercentageField = value; } } /// public ShipChargeType NetCharge { get { return this.netChargeField; } set { this.netChargeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class FRSShipmentDataType { private TransportationChargeType transportationChargesField; private FreightDensityRateType freightDensityRateField; private HandlingUnitsResponseType[] handlingUnitsField; /// public TransportationChargeType TransportationCharges { get { return this.transportationChargesField; } set { this.transportationChargesField = value; } } /// public FreightDensityRateType FreightDensityRate { get { return this.freightDensityRateField; } set { this.freightDensityRateField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("HandlingUnits")] public HandlingUnitsResponseType[] HandlingUnits { get { return this.handlingUnitsField; } set { this.handlingUnitsField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class NegotiatedRateChargesType { private ShipChargeType[] itemizedChargesField; private TaxChargeType[] taxChargesField; private ShipChargeType totalChargeField; private ShipChargeType totalChargesWithTaxesField; /// [System.Xml.Serialization.XmlElementAttribute("ItemizedCharges")] public ShipChargeType[] ItemizedCharges { get { return this.itemizedChargesField; } set { this.itemizedChargesField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("TaxCharges")] public TaxChargeType[] TaxCharges { get { return this.taxChargesField; } set { this.taxChargesField = value; } } /// public ShipChargeType TotalCharge { get { return this.totalChargeField; } set { this.totalChargeField = value; } } /// public ShipChargeType TotalChargesWithTaxes { get { return this.totalChargesWithTaxesField; } set { this.totalChargesWithTaxesField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class TaxChargeType { private string typeField; private string monetaryValueField; /// public string Type { get { return this.typeField; } set { this.typeField = value; } } /// public string MonetaryValue { get { return this.monetaryValueField; } set { this.monetaryValueField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ShipmentChargesType { private string rateChartField; private ShipChargeType baseServiceChargeField; private ShipChargeType transportationChargesField; private ShipChargeType[] itemizedChargesField; private ShipChargeType serviceOptionsChargesField; private TaxChargeType[] taxChargesField; private ShipChargeType totalChargesField; private ShipChargeType totalChargesWithTaxesField; /// public string RateChart { get { return this.rateChartField; } set { this.rateChartField = value; } } /// public ShipChargeType BaseServiceCharge { get { return this.baseServiceChargeField; } set { this.baseServiceChargeField = value; } } /// public ShipChargeType TransportationCharges { get { return this.transportationChargesField; } set { this.transportationChargesField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("ItemizedCharges")] public ShipChargeType[] ItemizedCharges { get { return this.itemizedChargesField; } set { this.itemizedChargesField = value; } } /// public ShipChargeType ServiceOptionsCharges { get { return this.serviceOptionsChargesField; } set { this.serviceOptionsChargesField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("TaxCharges")] public TaxChargeType[] TaxCharges { get { return this.taxChargesField; } set { this.taxChargesField = value; } } /// public ShipChargeType TotalCharges { get { return this.totalChargesField; } set { this.totalChargesField = value; } } /// public ShipChargeType TotalChargesWithTaxes { get { return this.totalChargesWithTaxesField; } set { this.totalChargesWithTaxesField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class DisclaimerType { private string codeField; private string descriptionField; /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ShipmentResultsType { private DisclaimerType[] disclaimerField; private ShipmentChargesType shipmentChargesField; private NegotiatedRateChargesType negotiatedRateChargesField; private FRSShipmentDataType fRSShipmentDataField; private string ratingMethodField; private string billableWeightCalculationMethodField; private BillingWeightType billingWeightField; private string shipmentIdentificationNumberField; private string mIDualReturnShipmentKeyField; private string shipmentDigestField; private PackageResultsType[] packageResultsField; private ImageType[] controlLogReceiptField; private FormType formField; private SCReportType cODTurnInPageField; private HighValueReportType highValueReportField; private string labelURLField; private string localLanguageLabelURLField; private string receiptURLField; private string localLanguageReceiptURLField; private string[] dGPaperImageField; /// [System.Xml.Serialization.XmlElementAttribute("Disclaimer")] public DisclaimerType[] Disclaimer { get { return this.disclaimerField; } set { this.disclaimerField = value; } } /// public ShipmentChargesType ShipmentCharges { get { return this.shipmentChargesField; } set { this.shipmentChargesField = value; } } /// public NegotiatedRateChargesType NegotiatedRateCharges { get { return this.negotiatedRateChargesField; } set { this.negotiatedRateChargesField = value; } } /// public FRSShipmentDataType FRSShipmentData { get { return this.fRSShipmentDataField; } set { this.fRSShipmentDataField = value; } } /// public string RatingMethod { get { return this.ratingMethodField; } set { this.ratingMethodField = value; } } /// public string BillableWeightCalculationMethod { get { return this.billableWeightCalculationMethodField; } set { this.billableWeightCalculationMethodField = value; } } /// public BillingWeightType BillingWeight { get { return this.billingWeightField; } set { this.billingWeightField = value; } } /// public string ShipmentIdentificationNumber { get { return this.shipmentIdentificationNumberField; } set { this.shipmentIdentificationNumberField = value; } } /// public string MIDualReturnShipmentKey { get { return this.mIDualReturnShipmentKeyField; } set { this.mIDualReturnShipmentKeyField = value; } } /// public string ShipmentDigest { get { return this.shipmentDigestField; } set { this.shipmentDigestField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("PackageResults")] public PackageResultsType[] PackageResults { get { return this.packageResultsField; } set { this.packageResultsField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("ControlLogReceipt")] public ImageType[] ControlLogReceipt { get { return this.controlLogReceiptField; } set { this.controlLogReceiptField = value; } } /// public FormType Form { get { return this.formField; } set { this.formField = value; } } /// public SCReportType CODTurnInPage { get { return this.cODTurnInPageField; } set { this.cODTurnInPageField = value; } } /// public HighValueReportType HighValueReport { get { return this.highValueReportField; } set { this.highValueReportField = value; } } /// public string LabelURL { get { return this.labelURLField; } set { this.labelURLField = value; } } /// public string LocalLanguageLabelURL { get { return this.localLanguageLabelURLField; } set { this.localLanguageLabelURLField = value; } } /// public string ReceiptURL { get { return this.receiptURLField; } set { this.receiptURLField = value; } } /// public string LocalLanguageReceiptURL { get { return this.localLanguageReceiptURLField; } set { this.localLanguageReceiptURLField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("DGPaperImage")] public string[] DGPaperImage { get { return this.dGPaperImageField; } set { this.dGPaperImageField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Common/v1.0")] public partial class ElementIdentifierType { private string codeField; private string valueField; /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Value { get { return this.valueField; } set { this.valueField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Common/v1.0")] public partial class ElementLevelInformationType { private string levelField; private ElementIdentifierType[] elementIdentifierField; /// public string Level { get { return this.levelField; } set { this.levelField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("ElementIdentifier")] public ElementIdentifierType[] ElementIdentifier { get { return this.elementIdentifierField; } set { this.elementIdentifierField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Common/v1.0")] public partial class DetailType { private string codeField; private string descriptionField; private ElementLevelInformationType elementLevelInformationField; /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } /// public ElementLevelInformationType ElementLevelInformation { get { return this.elementLevelInformationField; } set { this.elementLevelInformationField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Common/v1.0")] public partial class CodeDescriptionType { private string codeField; private string descriptionField; /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Common/v1.0")] public partial class ResponseType { private CodeDescriptionType responseStatusField; private CodeDescriptionType[] alertField; private DetailType[] alertDetailField; private TransactionReferenceType transactionReferenceField; /// public CodeDescriptionType ResponseStatus { get { return this.responseStatusField; } set { this.responseStatusField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("Alert")] public CodeDescriptionType[] Alert { get { return this.alertField; } set { this.alertField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("AlertDetail")] public DetailType[] AlertDetail { get { return this.alertDetailField; } set { this.alertDetailField = value; } } /// public TransactionReferenceType TransactionReference { get { return this.transactionReferenceField; } set { this.transactionReferenceField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Common/v1.0")] public partial class TransactionReferenceType { private string customerContextField; private string transactionIdentifierField; /// public string CustomerContext { get { return this.customerContextField; } set { this.customerContextField = value; } } /// public string TransactionIdentifier { get { return this.transactionIdentifierField; } set { this.transactionIdentifierField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ReceiptImageFormatType { private string codeField; private string descriptionField; /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ReceiptSpecificationType { private ReceiptImageFormatType imageFormatField; /// public ReceiptImageFormatType ImageFormat { get { return this.imageFormatField; } set { this.imageFormatField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class InstructionCodeDescriptionType { private string codeField; private string descriptionField; /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class LabelStockSizeType { private string heightField; private string widthField; /// public string Height { get { return this.heightField; } set { this.heightField = value; } } /// public string Width { get { return this.widthField; } set { this.widthField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class LabelImageFormatType { private string codeField; private string descriptionField; /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class LabelSpecificationType { private LabelImageFormatType labelImageFormatField; private string hTTPUserAgentField; private LabelStockSizeType labelStockSizeField; private InstructionCodeDescriptionType[] instructionField; private string characterSetField; /// public LabelImageFormatType LabelImageFormat { get { return this.labelImageFormatField; } set { this.labelImageFormatField = value; } } /// public string HTTPUserAgent { get { return this.hTTPUserAgentField; } set { this.hTTPUserAgentField = value; } } /// public LabelStockSizeType LabelStockSize { get { return this.labelStockSizeField; } set { this.labelStockSizeField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("Instruction")] public InstructionCodeDescriptionType[] Instruction { get { return this.instructionField; } set { this.instructionField = value; } } /// public string CharacterSet { get { return this.characterSetField; } set { this.characterSetField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class HazMatPackageInformationType { private string allPackedInOneIndicatorField; private string overPackedIndicatorField; private string qValueField; /// public string AllPackedInOneIndicator { get { return this.allPackedInOneIndicatorField; } set { this.allPackedInOneIndicatorField = value; } } /// public string OverPackedIndicator { get { return this.overPackedIndicatorField; } set { this.overPackedIndicatorField = value; } } /// public string QValue { get { return this.qValueField; } set { this.qValueField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class NMFCType { private string primeCodeField; private string subCodeField; /// public string PrimeCode { get { return this.primeCodeField; } set { this.primeCodeField = value; } } /// public string SubCode { get { return this.subCodeField; } set { this.subCodeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class CommodityType { private string freightClassField; private NMFCType nMFCField; /// public string FreightClass { get { return this.freightClassField; } set { this.freightClassField = value; } } /// public NMFCType NMFC { get { return this.nMFCField; } set { this.nMFCField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class DryIceWeightType { private ShipUnitOfMeasurementType unitOfMeasurementField; private string weightField; /// public ShipUnitOfMeasurementType UnitOfMeasurement { get { return this.unitOfMeasurementField; } set { this.unitOfMeasurementField = value; } } /// public string Weight { get { return this.weightField; } set { this.weightField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class DryIceType { private string regulationSetField; private DryIceWeightType dryIceWeightField; private string medicalUseIndicatorField; /// public string RegulationSet { get { return this.regulationSetField; } set { this.regulationSetField = value; } } /// public DryIceWeightType DryIceWeight { get { return this.dryIceWeightField; } set { this.dryIceWeightField = value; } } /// public string MedicalUseIndicator { get { return this.medicalUseIndicatorField; } set { this.medicalUseIndicatorField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class HazMatType { private string packagingTypeQuantityField; private string recordIdentifier1Field; private string recordIdentifier2Field; private string recordIdentifier3Field; private string subRiskClassField; private string aDRItemNumberField; private string aDRPackingGroupLetterField; private string technicalNameField; private string hazardLabelRequiredField; private string classDivisionNumberField; private string referenceNumberField; private string quantityField; private string uOMField; private string packagingTypeField; private string iDNumberField; private string properShippingNameField; private string additionalDescriptionField; private string packagingGroupTypeField; private string packagingInstructionCodeField; private string emergencyPhoneField; private string emergencyContactField; private string reportableQuantityField; private string regulationSetField; private string transportationModeField; private string commodityRegulatedLevelCodeField; private string transportCategoryField; private string tunnelRestrictionCodeField; private string chemicalRecordIdentifierField; private string localTechnicalNameField; private string localProperShippingNameField; /// public string PackagingTypeQuantity { get { return this.packagingTypeQuantityField; } set { this.packagingTypeQuantityField = value; } } /// public string RecordIdentifier1 { get { return this.recordIdentifier1Field; } set { this.recordIdentifier1Field = value; } } /// public string RecordIdentifier2 { get { return this.recordIdentifier2Field; } set { this.recordIdentifier2Field = value; } } /// public string RecordIdentifier3 { get { return this.recordIdentifier3Field; } set { this.recordIdentifier3Field = value; } } /// public string SubRiskClass { get { return this.subRiskClassField; } set { this.subRiskClassField = value; } } /// public string aDRItemNumber { get { return this.aDRItemNumberField; } set { this.aDRItemNumberField = value; } } /// public string aDRPackingGroupLetter { get { return this.aDRPackingGroupLetterField; } set { this.aDRPackingGroupLetterField = value; } } /// public string TechnicalName { get { return this.technicalNameField; } set { this.technicalNameField = value; } } /// public string HazardLabelRequired { get { return this.hazardLabelRequiredField; } set { this.hazardLabelRequiredField = value; } } /// public string ClassDivisionNumber { get { return this.classDivisionNumberField; } set { this.classDivisionNumberField = value; } } /// public string ReferenceNumber { get { return this.referenceNumberField; } set { this.referenceNumberField = value; } } /// public string Quantity { get { return this.quantityField; } set { this.quantityField = value; } } /// public string UOM { get { return this.uOMField; } set { this.uOMField = value; } } /// public string PackagingType { get { return this.packagingTypeField; } set { this.packagingTypeField = value; } } /// public string IDNumber { get { return this.iDNumberField; } set { this.iDNumberField = value; } } /// public string ProperShippingName { get { return this.properShippingNameField; } set { this.properShippingNameField = value; } } /// public string AdditionalDescription { get { return this.additionalDescriptionField; } set { this.additionalDescriptionField = value; } } /// public string PackagingGroupType { get { return this.packagingGroupTypeField; } set { this.packagingGroupTypeField = value; } } /// public string PackagingInstructionCode { get { return this.packagingInstructionCodeField; } set { this.packagingInstructionCodeField = value; } } /// public string EmergencyPhone { get { return this.emergencyPhoneField; } set { this.emergencyPhoneField = value; } } /// public string EmergencyContact { get { return this.emergencyContactField; } set { this.emergencyContactField = value; } } /// public string ReportableQuantity { get { return this.reportableQuantityField; } set { this.reportableQuantityField = value; } } /// public string RegulationSet { get { return this.regulationSetField; } set { this.regulationSetField = value; } } /// public string TransportationMode { get { return this.transportationModeField; } set { this.transportationModeField = value; } } /// public string CommodityRegulatedLevelCode { get { return this.commodityRegulatedLevelCodeField; } set { this.commodityRegulatedLevelCodeField = value; } } /// public string TransportCategory { get { return this.transportCategoryField; } set { this.transportCategoryField = value; } } /// public string TunnelRestrictionCode { get { return this.tunnelRestrictionCodeField; } set { this.tunnelRestrictionCodeField = value; } } /// public string ChemicalRecordIdentifier { get { return this.chemicalRecordIdentifierField; } set { this.chemicalRecordIdentifierField = value; } } /// public string LocalTechnicalName { get { return this.localTechnicalNameField; } set { this.localTechnicalNameField = value; } } /// public string LocalProperShippingName { get { return this.localProperShippingNameField; } set { this.localProperShippingNameField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class PSONotificationType { private string notificationCodeField; private EmailDetailsType eMailField; /// public string NotificationCode { get { return this.notificationCodeField; } set { this.notificationCodeField = value; } } /// public EmailDetailsType EMail { get { return this.eMailField; } set { this.eMailField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class EmailDetailsType { private string[] eMailAddressField; private string undeliverableEMailAddressField; private string fromEMailAddressField; private string fromNameField; private string memoField; private string subjectField; private string subjectCodeField; /// [System.Xml.Serialization.XmlElementAttribute("EMailAddress")] public string[] EMailAddress { get { return this.eMailAddressField; } set { this.eMailAddressField = value; } } /// public string UndeliverableEMailAddress { get { return this.undeliverableEMailAddressField; } set { this.undeliverableEMailAddressField = value; } } /// public string FromEMailAddress { get { return this.fromEMailAddressField; } set { this.fromEMailAddressField = value; } } /// public string FromName { get { return this.fromNameField; } set { this.fromNameField = value; } } /// public string Memo { get { return this.memoField; } set { this.memoField = value; } } /// public string Subject { get { return this.subjectField; } set { this.subjectField = value; } } /// public string SubjectCode { get { return this.subjectCodeField; } set { this.subjectCodeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ContactInfoType { private string nameField; private ShipPhoneType phoneField; /// public string Name { get { return this.nameField; } set { this.nameField = value; } } /// public ShipPhoneType Phone { get { return this.phoneField; } set { this.phoneField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ShipPhoneType { private string numberField; private string extensionField; /// public string Number { get { return this.numberField; } set { this.numberField = value; } } /// public string Extension { get { return this.extensionField; } set { this.extensionField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class VerbalConfirmationType { private ContactInfoType contactInfoField; /// public ContactInfoType ContactInfo { get { return this.contactInfoField; } set { this.contactInfoField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class PackageServiceOptionsAccessPointCODType { private string currencyCodeField; private string monetaryValueField; /// public string CurrencyCode { get { return this.currencyCodeField; } set { this.currencyCodeField = value; } } /// public string MonetaryValue { get { return this.monetaryValueField; } set { this.monetaryValueField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class PSOCODType { private string cODFundsCodeField; private CurrencyMonetaryType cODAmountField; /// public string CODFundsCode { get { return this.cODFundsCodeField; } set { this.cODFundsCodeField = value; } } /// public CurrencyMonetaryType CODAmount { get { return this.cODAmountField; } set { this.cODAmountField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class CurrencyMonetaryType { private string currencyCodeField; private string monetaryValueField; /// public string CurrencyCode { get { return this.currencyCodeField; } set { this.currencyCodeField = value; } } /// public string MonetaryValue { get { return this.monetaryValueField; } set { this.monetaryValueField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class DeclaredValueType { private string codeField; private string descriptionField; /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class PackageDeclaredValueType { private DeclaredValueType typeField; private string currencyCodeField; private string monetaryValueField; /// public DeclaredValueType Type { get { return this.typeField; } set { this.typeField = value; } } /// public string CurrencyCode { get { return this.currencyCodeField; } set { this.currencyCodeField = value; } } /// public string MonetaryValue { get { return this.monetaryValueField; } set { this.monetaryValueField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class PackageServiceOptionsType { private DeliveryConfirmationType deliveryConfirmationField; private PackageDeclaredValueType declaredValueField; private PSOCODType cODField; private PackageServiceOptionsAccessPointCODType accessPointCODField; private VerbalConfirmationType verbalConfirmationField; private string shipperReleaseIndicatorField; private PSONotificationType notificationField; private HazMatType[] hazMatField; private DryIceType dryIceField; private string uPSPremiumCareIndicatorField; private string proactiveIndicatorField; private string packageIdentifierField; private string clinicalTrialsIDField; private string refrigerationIndicatorField; /// public DeliveryConfirmationType DeliveryConfirmation { get { return this.deliveryConfirmationField; } set { this.deliveryConfirmationField = value; } } /// public PackageDeclaredValueType DeclaredValue { get { return this.declaredValueField; } set { this.declaredValueField = value; } } /// public PSOCODType COD { get { return this.cODField; } set { this.cODField = value; } } /// public PackageServiceOptionsAccessPointCODType AccessPointCOD { get { return this.accessPointCODField; } set { this.accessPointCODField = value; } } /// public VerbalConfirmationType VerbalConfirmation { get { return this.verbalConfirmationField; } set { this.verbalConfirmationField = value; } } /// public string ShipperReleaseIndicator { get { return this.shipperReleaseIndicatorField; } set { this.shipperReleaseIndicatorField = value; } } /// public PSONotificationType Notification { get { return this.notificationField; } set { this.notificationField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("HazMat")] public HazMatType[] HazMat { get { return this.hazMatField; } set { this.hazMatField = value; } } /// public DryIceType DryIce { get { return this.dryIceField; } set { this.dryIceField = value; } } /// public string UPSPremiumCareIndicator { get { return this.uPSPremiumCareIndicatorField; } set { this.uPSPremiumCareIndicatorField = value; } } /// public string ProactiveIndicator { get { return this.proactiveIndicatorField; } set { this.proactiveIndicatorField = value; } } /// public string PackageIdentifier { get { return this.packageIdentifierField; } set { this.packageIdentifierField = value; } } /// public string ClinicalTrialsID { get { return this.clinicalTrialsIDField; } set { this.clinicalTrialsIDField = value; } } /// public string RefrigerationIndicator { get { return this.refrigerationIndicatorField; } set { this.refrigerationIndicatorField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class DeliveryConfirmationType { private string dCISTypeField; private string dCISNumberField; /// public string DCISType { get { return this.dCISTypeField; } set { this.dCISTypeField = value; } } /// public string DCISNumber { get { return this.dCISNumberField; } set { this.dCISNumberField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class PackageWeightType { private ShipUnitOfMeasurementType unitOfMeasurementField; private string weightField; /// public ShipUnitOfMeasurementType UnitOfMeasurement { get { return this.unitOfMeasurementField; } set { this.unitOfMeasurementField = value; } } /// public string Weight { get { return this.weightField; } set { this.weightField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class DimensionsType { private ShipUnitOfMeasurementType unitOfMeasurementField; private string lengthField; private string widthField; private string heightField; /// public ShipUnitOfMeasurementType UnitOfMeasurement { get { return this.unitOfMeasurementField; } set { this.unitOfMeasurementField = value; } } /// public string Length { get { return this.lengthField; } set { this.lengthField = value; } } /// public string Width { get { return this.widthField; } set { this.widthField = value; } } /// public string Height { get { return this.heightField; } set { this.heightField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class PackagingType { private string codeField; private string descriptionField; /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class PackageType { private string descriptionField; private PackagingType packagingField; private DimensionsType dimensionsField; private PackageWeightType dimWeightField; private PackageWeightType packageWeightField; private string largePackageIndicatorField; private ReferenceNumberType[] referenceNumberField; private string additionalHandlingIndicatorField; private PackageServiceOptionsType packageServiceOptionsField; private CommodityType commodityField; private HazMatPackageInformationType hazMatPackageInformationField; /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } /// public PackagingType Packaging { get { return this.packagingField; } set { this.packagingField = value; } } /// public DimensionsType Dimensions { get { return this.dimensionsField; } set { this.dimensionsField = value; } } /// public PackageWeightType DimWeight { get { return this.dimWeightField; } set { this.dimWeightField = value; } } /// public PackageWeightType PackageWeight { get { return this.packageWeightField; } set { this.packageWeightField = value; } } /// public string LargePackageIndicator { get { return this.largePackageIndicatorField; } set { this.largePackageIndicatorField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("ReferenceNumber")] public ReferenceNumberType[] ReferenceNumber { get { return this.referenceNumberField; } set { this.referenceNumberField = value; } } /// public string AdditionalHandlingIndicator { get { return this.additionalHandlingIndicatorField; } set { this.additionalHandlingIndicatorField = value; } } /// public PackageServiceOptionsType PackageServiceOptions { get { return this.packageServiceOptionsField; } set { this.packageServiceOptionsField = value; } } /// public CommodityType Commodity { get { return this.commodityField; } set { this.commodityField = value; } } /// public HazMatPackageInformationType HazMatPackageInformation { get { return this.hazMatPackageInformationField; } set { this.hazMatPackageInformationField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ReferenceNumberType { private string barCodeIndicatorField; private string codeField; private string valueField; /// public string BarCodeIndicator { get { return this.barCodeIndicatorField; } set { this.barCodeIndicatorField = value; } } /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Value { get { return this.valueField; } set { this.valueField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class RestrictedArticlesType { private string diagnosticSpecimensIndicatorField; private string alcoholicBeveragesIndicatorField; private string perishablesIndicatorField; private string plantsIndicatorField; private string seedsIndicatorField; private string specialExceptionsIndicatorField; private string tobaccoIndicatorField; /// public string DiagnosticSpecimensIndicator { get { return this.diagnosticSpecimensIndicatorField; } set { this.diagnosticSpecimensIndicatorField = value; } } /// public string AlcoholicBeveragesIndicator { get { return this.alcoholicBeveragesIndicatorField; } set { this.alcoholicBeveragesIndicatorField = value; } } /// public string PerishablesIndicator { get { return this.perishablesIndicatorField; } set { this.perishablesIndicatorField = value; } } /// public string PlantsIndicator { get { return this.plantsIndicatorField; } set { this.plantsIndicatorField = value; } } /// public string SeedsIndicator { get { return this.seedsIndicatorField; } set { this.seedsIndicatorField = value; } } /// public string SpecialExceptionsIndicator { get { return this.specialExceptionsIndicatorField; } set { this.specialExceptionsIndicatorField = value; } } /// public string TobaccoIndicator { get { return this.tobaccoIndicatorField; } set { this.tobaccoIndicatorField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class PreAlertTextMessageType { private string phoneNumberField; /// public string PhoneNumber { get { return this.phoneNumberField; } set { this.phoneNumberField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class PreAlertVoiceMessageType { private string phoneNumberField; /// public string PhoneNumber { get { return this.phoneNumberField; } set { this.phoneNumberField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class PreAlertEMailMessageType { private string eMailAddressField; private string undeliverableEMailAddressField; /// public string EMailAddress { get { return this.eMailAddressField; } set { this.eMailAddressField = value; } } /// public string UndeliverableEMailAddress { get { return this.undeliverableEMailAddressField; } set { this.undeliverableEMailAddressField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class PreAlertNotificationType { private PreAlertEMailMessageType eMailMessageField; private PreAlertVoiceMessageType voiceMessageField; private PreAlertTextMessageType textMessageField; private LocaleType localeField; /// public PreAlertEMailMessageType EMailMessage { get { return this.eMailMessageField; } set { this.eMailMessageField = value; } } /// public PreAlertVoiceMessageType VoiceMessage { get { return this.voiceMessageField; } set { this.voiceMessageField = value; } } /// public PreAlertTextMessageType TextMessage { get { return this.textMessageField; } set { this.textMessageField = value; } } /// public LocaleType Locale { get { return this.localeField; } set { this.localeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class LocaleType { private string languageField; private string dialectField; /// public string Language { get { return this.languageField; } set { this.languageField = value; } } /// public string Dialect { get { return this.dialectField; } set { this.dialectField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class LabelMethodType { private string codeField; private string descriptionField; /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class LicenseType { private string numberField; private string dateField; private string exceptionCodeField; /// public string Number { get { return this.numberField; } set { this.numberField = value; } } /// public string Date { get { return this.dateField; } set { this.dateField = value; } } /// public string ExceptionCode { get { return this.exceptionCodeField; } set { this.exceptionCodeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class BlanketPeriodType { private string beginDateField; private string endDateField; /// public string BeginDate { get { return this.beginDateField; } set { this.beginDateField = value; } } /// public string EndDate { get { return this.endDateField; } set { this.endDateField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class OtherChargesType { private string monetaryValueField; private string descriptionField; /// public string MonetaryValue { get { return this.monetaryValueField; } set { this.monetaryValueField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class IFChargesType { private string monetaryValueField; /// public string MonetaryValue { get { return this.monetaryValueField; } set { this.monetaryValueField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class DDTCInformationType { private string iTARExemptionNumberField; private string uSMLCategoryCodeField; private string eligiblePartyIndicatorField; private string registrationNumberField; private string quantityField; private UnitOfMeasurementType unitOfMeasurementField; private string significantMilitaryEquipmentIndicatorField; private string aCMNumberField; /// public string ITARExemptionNumber { get { return this.iTARExemptionNumberField; } set { this.iTARExemptionNumberField = value; } } /// public string USMLCategoryCode { get { return this.uSMLCategoryCodeField; } set { this.uSMLCategoryCodeField = value; } } /// public string EligiblePartyIndicator { get { return this.eligiblePartyIndicatorField; } set { this.eligiblePartyIndicatorField = value; } } /// public string RegistrationNumber { get { return this.registrationNumberField; } set { this.registrationNumberField = value; } } /// public string Quantity { get { return this.quantityField; } set { this.quantityField = value; } } /// public UnitOfMeasurementType UnitOfMeasurement { get { return this.unitOfMeasurementField; } set { this.unitOfMeasurementField = value; } } /// public string SignificantMilitaryEquipmentIndicator { get { return this.significantMilitaryEquipmentIndicatorField; } set { this.significantMilitaryEquipmentIndicatorField = value; } } /// public string ACMNumber { get { return this.aCMNumberField; } set { this.aCMNumberField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class UnitOfMeasurementType { private string codeField; private string descriptionField; /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class EEILicenseType { private string numberField; private string codeField; private string licenseLineValueField; private string eCCNNumberField; /// public string Number { get { return this.numberField; } set { this.numberField = value; } } /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string LicenseLineValue { get { return this.licenseLineValueField; } set { this.licenseLineValueField = value; } } /// public string ECCNNumber { get { return this.eCCNNumberField; } set { this.eCCNNumberField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class EEIInformationType { private string exportInformationField; private EEILicenseType licenseField; private DDTCInformationType dDTCInformationField; /// public string ExportInformation { get { return this.exportInformationField; } set { this.exportInformationField = value; } } /// public EEILicenseType License { get { return this.licenseField; } set { this.licenseField = value; } } /// public DDTCInformationType DDTCInformation { get { return this.dDTCInformationField; } set { this.dDTCInformationField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class PackageAssociatedType { private string packageNumberField; private string productAmountField; /// public string PackageNumber { get { return this.packageNumberField; } set { this.packageNumberField = value; } } /// public string ProductAmount { get { return this.productAmountField; } set { this.productAmountField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class ScheduleBType { private string numberField; private string[] quantityField; private UnitOfMeasurementType[] unitOfMeasurementField; /// public string Number { get { return this.numberField; } set { this.numberField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("Quantity")] public string[] Quantity { get { return this.quantityField; } set { this.quantityField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("UnitOfMeasurement")] public UnitOfMeasurementType[] UnitOfMeasurement { get { return this.unitOfMeasurementField; } set { this.unitOfMeasurementField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class NetCostDateType { private string beginDateField; private string endDateField; /// public string BeginDate { get { return this.beginDateField; } set { this.beginDateField = value; } } /// public string EndDate { get { return this.endDateField; } set { this.endDateField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class UnitType { private string numberField; private UnitOfMeasurementType unitOfMeasurementField; private string valueField; /// public string Number { get { return this.numberField; } set { this.numberField = value; } } /// public UnitOfMeasurementType UnitOfMeasurement { get { return this.unitOfMeasurementField; } set { this.unitOfMeasurementField = value; } } /// public string Value { get { return this.valueField; } set { this.valueField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class ProductType { private string[] descriptionField; private UnitType unitField; private string commodityCodeField; private string partNumberField; private string originCountryCodeField; private string jointProductionIndicatorField; private string netCostCodeField; private NetCostDateType netCostDateRangeField; private string preferenceCriteriaField; private string producerInfoField; private string marksAndNumbersField; private string numberOfPackagesPerCommodityField; private ProductWeightType productWeightField; private string vehicleIDField; private ScheduleBType scheduleBField; private string exportTypeField; private string sEDTotalValueField; private string[] excludeFromFormField; private string productCurrencyCodeField; private PackageAssociatedType[] packingListInfoField; private EEIInformationType eEIInformationField; /// [System.Xml.Serialization.XmlElementAttribute("Description")] public string[] Description { get { return this.descriptionField; } set { this.descriptionField = value; } } /// public UnitType Unit { get { return this.unitField; } set { this.unitField = value; } } /// public string CommodityCode { get { return this.commodityCodeField; } set { this.commodityCodeField = value; } } /// public string PartNumber { get { return this.partNumberField; } set { this.partNumberField = value; } } /// public string OriginCountryCode { get { return this.originCountryCodeField; } set { this.originCountryCodeField = value; } } /// public string JointProductionIndicator { get { return this.jointProductionIndicatorField; } set { this.jointProductionIndicatorField = value; } } /// public string NetCostCode { get { return this.netCostCodeField; } set { this.netCostCodeField = value; } } /// public NetCostDateType NetCostDateRange { get { return this.netCostDateRangeField; } set { this.netCostDateRangeField = value; } } /// public string PreferenceCriteria { get { return this.preferenceCriteriaField; } set { this.preferenceCriteriaField = value; } } /// public string ProducerInfo { get { return this.producerInfoField; } set { this.producerInfoField = value; } } /// public string MarksAndNumbers { get { return this.marksAndNumbersField; } set { this.marksAndNumbersField = value; } } /// public string NumberOfPackagesPerCommodity { get { return this.numberOfPackagesPerCommodityField; } set { this.numberOfPackagesPerCommodityField = value; } } /// public ProductWeightType ProductWeight { get { return this.productWeightField; } set { this.productWeightField = value; } } /// public string VehicleID { get { return this.vehicleIDField; } set { this.vehicleIDField = value; } } /// public ScheduleBType ScheduleB { get { return this.scheduleBField; } set { this.scheduleBField = value; } } /// public string ExportType { get { return this.exportTypeField; } set { this.exportTypeField = value; } } /// public string SEDTotalValue { get { return this.sEDTotalValueField; } set { this.sEDTotalValueField = value; } } /// [System.Xml.Serialization.XmlArrayItemAttribute("FormType", IsNullable=false)] public string[] ExcludeFromForm { get { return this.excludeFromFormField; } set { this.excludeFromFormField = value; } } /// public string ProductCurrencyCode { get { return this.productCurrencyCodeField; } set { this.productCurrencyCodeField = value; } } /// [System.Xml.Serialization.XmlArrayItemAttribute("PackageAssociated", IsNullable=false)] public PackageAssociatedType[] PackingListInfo { get { return this.packingListInfoField; } set { this.packingListInfoField = value; } } /// public EEIInformationType EEIInformation { get { return this.eEIInformationField; } set { this.eEIInformationField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class ProductWeightType { private UnitOfMeasurementType unitOfMeasurementField; private string weightField; /// public UnitOfMeasurementType UnitOfMeasurement { get { return this.unitOfMeasurementField; } set { this.unitOfMeasurementField = value; } } /// public string Weight { get { return this.weightField; } set { this.weightField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class SoldToType { private string nameField; private string attentionNameField; private string taxIdentificationNumberField; private PhoneType phoneField; private string optionField; private AddressType addressField; private string eMailAddressField; /// public string Name { get { return this.nameField; } set { this.nameField = value; } } /// public string AttentionName { get { return this.attentionNameField; } set { this.attentionNameField = value; } } /// public string TaxIdentificationNumber { get { return this.taxIdentificationNumberField; } set { this.taxIdentificationNumberField = value; } } /// public PhoneType Phone { get { return this.phoneField; } set { this.phoneField = value; } } /// public string Option { get { return this.optionField; } set { this.optionField = value; } } /// public AddressType Address { get { return this.addressField; } set { this.addressField = value; } } /// public string EMailAddress { get { return this.eMailAddressField; } set { this.eMailAddressField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class PhoneType { private string numberField; private string extensionField; /// public string Number { get { return this.numberField; } set { this.numberField = value; } } /// public string Extension { get { return this.extensionField; } set { this.extensionField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class AddressType { private string[] addressLineField; private string cityField; private string stateProvinceCodeField; private string townField; private string postalCodeField; private string countryCodeField; /// [System.Xml.Serialization.XmlElementAttribute("AddressLine")] public string[] AddressLine { get { return this.addressLineField; } set { this.addressLineField = value; } } /// public string City { get { return this.cityField; } set { this.cityField = value; } } /// public string StateProvinceCode { get { return this.stateProvinceCodeField; } set { this.stateProvinceCodeField = value; } } /// public string Town { get { return this.townField; } set { this.townField = value; } } /// public string PostalCode { get { return this.postalCodeField; } set { this.postalCodeField = value; } } /// public string CountryCode { get { return this.countryCodeField; } set { this.countryCodeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class ProducerType { private string optionField; private string companyNameField; private string taxIdentificationNumberField; private AddressType addressField; private string attentionNameField; private PhoneType phoneField; private string eMailAddressField; /// public string Option { get { return this.optionField; } set { this.optionField = value; } } /// public string CompanyName { get { return this.companyNameField; } set { this.companyNameField = value; } } /// public string TaxIdentificationNumber { get { return this.taxIdentificationNumberField; } set { this.taxIdentificationNumberField = value; } } /// public AddressType Address { get { return this.addressField; } set { this.addressField = value; } } /// public string AttentionName { get { return this.attentionNameField; } set { this.attentionNameField = value; } } /// public PhoneType Phone { get { return this.phoneField; } set { this.phoneField = value; } } /// public string EMailAddress { get { return this.eMailAddressField; } set { this.eMailAddressField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class IntermediateConsigneeType { private string companyNameField; private AddressType addressField; /// public string CompanyName { get { return this.companyNameField; } set { this.companyNameField = value; } } /// public AddressType Address { get { return this.addressField; } set { this.addressField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class UltimateConsigneeTypeType { private string codeField; private string descriptionField; /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class UltimateConsigneeType { private string companyNameField; private AddressType addressField; private UltimateConsigneeTypeType ultimateConsigneeType1Field; /// public string CompanyName { get { return this.companyNameField; } set { this.companyNameField = value; } } /// public AddressType Address { get { return this.addressField; } set { this.addressField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("UltimateConsigneeType")] public UltimateConsigneeTypeType UltimateConsigneeType1 { get { return this.ultimateConsigneeType1Field; } set { this.ultimateConsigneeType1Field = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class ForwardAgentType { private string companyNameField; private string taxIdentificationNumberField; private AddressType addressField; /// public string CompanyName { get { return this.companyNameField; } set { this.companyNameField = value; } } /// public string TaxIdentificationNumber { get { return this.taxIdentificationNumberField; } set { this.taxIdentificationNumberField = value; } } /// public AddressType Address { get { return this.addressField; } set { this.addressField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class ContactType { private ForwardAgentType forwardAgentField; private UltimateConsigneeType ultimateConsigneeField; private IntermediateConsigneeType intermediateConsigneeField; private ProducerType producerField; private SoldToType soldToField; /// public ForwardAgentType ForwardAgent { get { return this.forwardAgentField; } set { this.forwardAgentField = value; } } /// public UltimateConsigneeType UltimateConsignee { get { return this.ultimateConsigneeField; } set { this.ultimateConsigneeField = value; } } /// public IntermediateConsigneeType IntermediateConsignee { get { return this.intermediateConsigneeField; } set { this.intermediateConsigneeField = value; } } /// public ProducerType Producer { get { return this.producerField; } set { this.producerField = value; } } /// public SoldToType SoldTo { get { return this.soldToField; } set { this.soldToField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class ShipperFiledType { private string codeField; private string descriptionField; private string preDepartureITNNumberField; private string exemptionLegendField; private string eEIShipmentReferenceNumberField; /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } /// public string PreDepartureITNNumber { get { return this.preDepartureITNNumberField; } set { this.preDepartureITNNumberField = value; } } /// public string ExemptionLegend { get { return this.exemptionLegendField; } set { this.exemptionLegendField = value; } } /// public string EEIShipmentReferenceNumber { get { return this.eEIShipmentReferenceNumberField; } set { this.eEIShipmentReferenceNumberField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class POAType { private string codeField; private string descriptionField; /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class UPSFiledType { private POAType pOAField; /// public POAType POA { get { return this.pOAField; } set { this.pOAField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class EEIFilingOptionType { private string codeField; private string eMailAddressField; private string descriptionField; private UPSFiledType uPSFiledField; private ShipperFiledType shipperFiledField; /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string EMailAddress { get { return this.eMailAddressField; } set { this.eMailAddressField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } /// public UPSFiledType UPSFiled { get { return this.uPSFiledField; } set { this.uPSFiledField = value; } } /// public ShipperFiledType ShipperFiled { get { return this.shipperFiledField; } set { this.shipperFiledField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class UPSPremiumCareFormType { private string shipmentDateField; private string pageSizeField; private string printTypeField; private string numOfCopiesField; private string[] languageForUPSPremiumCareField; /// public string ShipmentDate { get { return this.shipmentDateField; } set { this.shipmentDateField = value; } } /// public string PageSize { get { return this.pageSizeField; } set { this.pageSizeField = value; } } /// public string PrintType { get { return this.printTypeField; } set { this.printTypeField = value; } } /// public string NumOfCopies { get { return this.numOfCopiesField; } set { this.numOfCopiesField = value; } } /// [System.Xml.Serialization.XmlArrayItemAttribute("Language", IsNullable=false)] public string[] LanguageForUPSPremiumCare { get { return this.languageForUPSPremiumCareField; } set { this.languageForUPSPremiumCareField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class CN22ContentType { private string cN22ContentQuantityField; private string cN22ContentDescriptionField; private ProductWeightType cN22ContentWeightField; private string cN22ContentTotalValueField; private string cN22ContentCurrencyCodeField; private string cN22ContentCountryOfOriginField; private string cN22ContentTariffNumberField; /// public string CN22ContentQuantity { get { return this.cN22ContentQuantityField; } set { this.cN22ContentQuantityField = value; } } /// public string CN22ContentDescription { get { return this.cN22ContentDescriptionField; } set { this.cN22ContentDescriptionField = value; } } /// public ProductWeightType CN22ContentWeight { get { return this.cN22ContentWeightField; } set { this.cN22ContentWeightField = value; } } /// public string CN22ContentTotalValue { get { return this.cN22ContentTotalValueField; } set { this.cN22ContentTotalValueField = value; } } /// public string CN22ContentCurrencyCode { get { return this.cN22ContentCurrencyCodeField; } set { this.cN22ContentCurrencyCodeField = value; } } /// public string CN22ContentCountryOfOrigin { get { return this.cN22ContentCountryOfOriginField; } set { this.cN22ContentCountryOfOriginField = value; } } /// public string CN22ContentTariffNumber { get { return this.cN22ContentTariffNumberField; } set { this.cN22ContentTariffNumberField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class CN22FormType { private string labelSizeField; private string printsPerPageField; private string labelPrintTypeField; private string cN22TypeField; private string cN22OtherDescriptionField; private string foldHereTextField; private CN22ContentType[] cN22ContentField; /// public string LabelSize { get { return this.labelSizeField; } set { this.labelSizeField = value; } } /// public string PrintsPerPage { get { return this.printsPerPageField; } set { this.printsPerPageField = value; } } /// public string LabelPrintType { get { return this.labelPrintTypeField; } set { this.labelPrintTypeField = value; } } /// public string CN22Type { get { return this.cN22TypeField; } set { this.cN22TypeField = value; } } /// public string CN22OtherDescription { get { return this.cN22OtherDescriptionField; } set { this.cN22OtherDescriptionField = value; } } /// public string FoldHereText { get { return this.foldHereTextField; } set { this.foldHereTextField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("CN22Content")] public CN22ContentType[] CN22Content { get { return this.cN22ContentField; } set { this.cN22ContentField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/IF/v1.0")] public partial class InternationalFormType { private string[] formTypeField; private string[] userCreatedFormField; private CN22FormType cN22FormField; private UPSPremiumCareFormType uPSPremiumCareFormField; private string additionalDocumentIndicatorField; private string formGroupIdNameField; private string sEDFilingOptionField; private EEIFilingOptionType eEIFilingOptionField; private ContactType contactsField; private ProductType[] productField; private string invoiceNumberField; private string invoiceDateField; private string purchaseOrderNumberField; private string termsOfShipmentField; private string reasonForExportField; private string commentsField; private string declarationStatementField; private IFChargesType discountField; private IFChargesType freightChargesField; private IFChargesType insuranceChargesField; private OtherChargesType otherChargesField; private string currencyCodeField; private BlanketPeriodType blanketPeriodField; private string exportDateField; private string exportingCarrierField; private string carrierIDField; private string inBondCodeField; private string entryNumberField; private string pointOfOriginField; private string pointOfOriginTypeField; private string modeOfTransportField; private string portOfExportField; private string portOfUnloadingField; private string loadingPierField; private string partiesToTransactionField; private string routedExportTransactionIndicatorField; private string containerizedIndicatorField; private LicenseType licenseField; private string eCCNNumberField; private string overridePaperlessIndicatorField; private string shipperMemoField; private string multiCurrencyInvoiceLineTotalField; private string hazardousMaterialsIndicatorField; /// [System.Xml.Serialization.XmlElementAttribute("FormType")] public string[] FormType { get { return this.formTypeField; } set { this.formTypeField = value; } } /// [System.Xml.Serialization.XmlArrayItemAttribute("DocumentID", IsNullable=false)] public string[] UserCreatedForm { get { return this.userCreatedFormField; } set { this.userCreatedFormField = value; } } /// public CN22FormType CN22Form { get { return this.cN22FormField; } set { this.cN22FormField = value; } } /// public UPSPremiumCareFormType UPSPremiumCareForm { get { return this.uPSPremiumCareFormField; } set { this.uPSPremiumCareFormField = value; } } /// public string AdditionalDocumentIndicator { get { return this.additionalDocumentIndicatorField; } set { this.additionalDocumentIndicatorField = value; } } /// public string FormGroupIdName { get { return this.formGroupIdNameField; } set { this.formGroupIdNameField = value; } } /// public string SEDFilingOption { get { return this.sEDFilingOptionField; } set { this.sEDFilingOptionField = value; } } /// public EEIFilingOptionType EEIFilingOption { get { return this.eEIFilingOptionField; } set { this.eEIFilingOptionField = value; } } /// public ContactType Contacts { get { return this.contactsField; } set { this.contactsField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("Product")] public ProductType[] Product { get { return this.productField; } set { this.productField = value; } } /// public string InvoiceNumber { get { return this.invoiceNumberField; } set { this.invoiceNumberField = value; } } /// public string InvoiceDate { get { return this.invoiceDateField; } set { this.invoiceDateField = value; } } /// public string PurchaseOrderNumber { get { return this.purchaseOrderNumberField; } set { this.purchaseOrderNumberField = value; } } /// public string TermsOfShipment { get { return this.termsOfShipmentField; } set { this.termsOfShipmentField = value; } } /// public string ReasonForExport { get { return this.reasonForExportField; } set { this.reasonForExportField = value; } } /// public string Comments { get { return this.commentsField; } set { this.commentsField = value; } } /// public string DeclarationStatement { get { return this.declarationStatementField; } set { this.declarationStatementField = value; } } /// public IFChargesType Discount { get { return this.discountField; } set { this.discountField = value; } } /// public IFChargesType FreightCharges { get { return this.freightChargesField; } set { this.freightChargesField = value; } } /// public IFChargesType InsuranceCharges { get { return this.insuranceChargesField; } set { this.insuranceChargesField = value; } } /// public OtherChargesType OtherCharges { get { return this.otherChargesField; } set { this.otherChargesField = value; } } /// public string CurrencyCode { get { return this.currencyCodeField; } set { this.currencyCodeField = value; } } /// public BlanketPeriodType BlanketPeriod { get { return this.blanketPeriodField; } set { this.blanketPeriodField = value; } } /// public string ExportDate { get { return this.exportDateField; } set { this.exportDateField = value; } } /// public string ExportingCarrier { get { return this.exportingCarrierField; } set { this.exportingCarrierField = value; } } /// public string CarrierID { get { return this.carrierIDField; } set { this.carrierIDField = value; } } /// public string InBondCode { get { return this.inBondCodeField; } set { this.inBondCodeField = value; } } /// public string EntryNumber { get { return this.entryNumberField; } set { this.entryNumberField = value; } } /// public string PointOfOrigin { get { return this.pointOfOriginField; } set { this.pointOfOriginField = value; } } /// public string PointOfOriginType { get { return this.pointOfOriginTypeField; } set { this.pointOfOriginTypeField = value; } } /// public string ModeOfTransport { get { return this.modeOfTransportField; } set { this.modeOfTransportField = value; } } /// public string PortOfExport { get { return this.portOfExportField; } set { this.portOfExportField = value; } } /// public string PortOfUnloading { get { return this.portOfUnloadingField; } set { this.portOfUnloadingField = value; } } /// public string LoadingPier { get { return this.loadingPierField; } set { this.loadingPierField = value; } } /// public string PartiesToTransaction { get { return this.partiesToTransactionField; } set { this.partiesToTransactionField = value; } } /// public string RoutedExportTransactionIndicator { get { return this.routedExportTransactionIndicatorField; } set { this.routedExportTransactionIndicatorField = value; } } /// public string ContainerizedIndicator { get { return this.containerizedIndicatorField; } set { this.containerizedIndicatorField = value; } } /// public LicenseType License { get { return this.licenseField; } set { this.licenseField = value; } } /// public string ECCNNumber { get { return this.eCCNNumberField; } set { this.eCCNNumberField = value; } } /// public string OverridePaperlessIndicator { get { return this.overridePaperlessIndicatorField; } set { this.overridePaperlessIndicatorField = value; } } /// public string ShipperMemo { get { return this.shipperMemoField; } set { this.shipperMemoField = value; } } /// public string MultiCurrencyInvoiceLineTotal { get { return this.multiCurrencyInvoiceLineTotalField; } set { this.multiCurrencyInvoiceLineTotalField = value; } } /// public string HazardousMaterialsIndicator { get { return this.hazardousMaterialsIndicatorField; } set { this.hazardousMaterialsIndicatorField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class LabelDeliveryType { private EmailDetailsType eMailField; private string labelLinksIndicatorField; /// public EmailDetailsType EMail { get { return this.eMailField; } set { this.eMailField = value; } } /// public string LabelLinksIndicator { get { return this.labelLinksIndicatorField; } set { this.labelLinksIndicatorField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ShipmentServiceOptionsNotificationTextMessageType { private string phoneNumberField; /// public string PhoneNumber { get { return this.phoneNumberField; } set { this.phoneNumberField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ShipmentServiceOptionsNotificationVoiceMessageType { private string phoneNumberField; /// public string PhoneNumber { get { return this.phoneNumberField; } set { this.phoneNumberField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class NotificationType { private string notificationCodeField; private EmailDetailsType eMailField; private ShipmentServiceOptionsNotificationVoiceMessageType voiceMessageField; private ShipmentServiceOptionsNotificationTextMessageType textMessageField; private LocaleType localeField; /// public string NotificationCode { get { return this.notificationCodeField; } set { this.notificationCodeField = value; } } /// public EmailDetailsType EMail { get { return this.eMailField; } set { this.eMailField = value; } } /// public ShipmentServiceOptionsNotificationVoiceMessageType VoiceMessage { get { return this.voiceMessageField; } set { this.voiceMessageField = value; } } /// public ShipmentServiceOptionsNotificationTextMessageType TextMessage { get { return this.textMessageField; } set { this.textMessageField = value; } } /// public LocaleType Locale { get { return this.localeField; } set { this.localeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ShipmentServiceOptionsAccessPointCODType { private string currencyCodeField; private string monetaryValueField; /// public string CurrencyCode { get { return this.currencyCodeField; } set { this.currencyCodeField = value; } } /// public string MonetaryValue { get { return this.monetaryValueField; } set { this.monetaryValueField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class CODType { private string cODFundsCodeField; private CurrencyMonetaryType cODAmountField; /// public string CODFundsCode { get { return this.cODFundsCodeField; } set { this.cODFundsCodeField = value; } } /// public CurrencyMonetaryType CODAmount { get { return this.cODAmountField; } set { this.cODAmountField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ShipmentServiceOptionsType { private string saturdayDeliveryIndicatorField; private string saturdayPickupIndicatorField; private CODType cODField; private ShipmentServiceOptionsAccessPointCODType accessPointCODField; private string deliverToAddresseeOnlyIndicatorField; private string directDeliveryOnlyIndicatorField; private NotificationType[] notificationField; private LabelDeliveryType labelDeliveryField; private InternationalFormType internationalFormsField; private DeliveryConfirmationType deliveryConfirmationField; private string returnOfDocumentIndicatorField; private string importControlIndicatorField; private LabelMethodType labelMethodField; private string commercialInvoiceRemovalIndicatorField; private string uPScarbonneutralIndicatorField; private PreAlertNotificationType[] preAlertNotificationField; private string exchangeForwardIndicatorField; private string holdForPickupIndicatorField; private string dropoffAtUPSFacilityIndicatorField; private string liftGateForPickUpIndicatorField; private string liftGateForDeliveryIndicatorField; private string sDLShipmentIndicatorField; private string ePRAReleaseCodeField; private RestrictedArticlesType restrictedArticlesField; /// public string SaturdayDeliveryIndicator { get { return this.saturdayDeliveryIndicatorField; } set { this.saturdayDeliveryIndicatorField = value; } } /// public string SaturdayPickupIndicator { get { return this.saturdayPickupIndicatorField; } set { this.saturdayPickupIndicatorField = value; } } /// public CODType COD { get { return this.cODField; } set { this.cODField = value; } } /// public ShipmentServiceOptionsAccessPointCODType AccessPointCOD { get { return this.accessPointCODField; } set { this.accessPointCODField = value; } } /// public string DeliverToAddresseeOnlyIndicator { get { return this.deliverToAddresseeOnlyIndicatorField; } set { this.deliverToAddresseeOnlyIndicatorField = value; } } /// public string DirectDeliveryOnlyIndicator { get { return this.directDeliveryOnlyIndicatorField; } set { this.directDeliveryOnlyIndicatorField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("Notification")] public NotificationType[] Notification { get { return this.notificationField; } set { this.notificationField = value; } } /// public LabelDeliveryType LabelDelivery { get { return this.labelDeliveryField; } set { this.labelDeliveryField = value; } } /// public InternationalFormType InternationalForms { get { return this.internationalFormsField; } set { this.internationalFormsField = value; } } /// public DeliveryConfirmationType DeliveryConfirmation { get { return this.deliveryConfirmationField; } set { this.deliveryConfirmationField = value; } } /// public string ReturnOfDocumentIndicator { get { return this.returnOfDocumentIndicatorField; } set { this.returnOfDocumentIndicatorField = value; } } /// public string ImportControlIndicator { get { return this.importControlIndicatorField; } set { this.importControlIndicatorField = value; } } /// public LabelMethodType LabelMethod { get { return this.labelMethodField; } set { this.labelMethodField = value; } } /// public string CommercialInvoiceRemovalIndicator { get { return this.commercialInvoiceRemovalIndicatorField; } set { this.commercialInvoiceRemovalIndicatorField = value; } } /// public string UPScarbonneutralIndicator { get { return this.uPScarbonneutralIndicatorField; } set { this.uPScarbonneutralIndicatorField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("PreAlertNotification")] public PreAlertNotificationType[] PreAlertNotification { get { return this.preAlertNotificationField; } set { this.preAlertNotificationField = value; } } /// public string ExchangeForwardIndicator { get { return this.exchangeForwardIndicatorField; } set { this.exchangeForwardIndicatorField = value; } } /// public string HoldForPickupIndicator { get { return this.holdForPickupIndicatorField; } set { this.holdForPickupIndicatorField = value; } } /// public string DropoffAtUPSFacilityIndicator { get { return this.dropoffAtUPSFacilityIndicatorField; } set { this.dropoffAtUPSFacilityIndicatorField = value; } } /// public string LiftGateForPickUpIndicator { get { return this.liftGateForPickUpIndicatorField; } set { this.liftGateForPickUpIndicatorField = value; } } /// public string LiftGateForDeliveryIndicator { get { return this.liftGateForDeliveryIndicatorField; } set { this.liftGateForDeliveryIndicatorField = value; } } /// public string SDLShipmentIndicator { get { return this.sDLShipmentIndicatorField; } set { this.sDLShipmentIndicatorField = value; } } /// public string EPRAReleaseCode { get { return this.ePRAReleaseCodeField; } set { this.ePRAReleaseCodeField = value; } } /// public RestrictedArticlesType RestrictedArticles { get { return this.restrictedArticlesField; } set { this.restrictedArticlesField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class DGSignatoryInfoType { private string nameField; private string titleField; private string placeField; private string dateField; private string shipperDeclarationField; /// public string Name { get { return this.nameField; } set { this.nameField = value; } } /// public string Title { get { return this.titleField; } set { this.titleField = value; } } /// public string Place { get { return this.placeField; } set { this.placeField = value; } } /// public string Date { get { return this.dateField; } set { this.dateField = value; } } /// public string ShipperDeclaration { get { return this.shipperDeclarationField; } set { this.shipperDeclarationField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class PromotionalDiscountInformationType { private string promoCodeField; private string promoAliasCodeField; /// public string PromoCode { get { return this.promoCodeField; } set { this.promoCodeField = value; } } /// public string PromoAliasCode { get { return this.promoAliasCodeField; } set { this.promoAliasCodeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class IndicationType { private string codeField; private string descriptionField; /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class SurePostType { private string uSPSEndorsementField; private string subClassificationField; /// public string USPSEndorsement { get { return this.uSPSEndorsementField; } set { this.uSPSEndorsementField = value; } } /// public string SubClassification { get { return this.subClassificationField; } set { this.subClassificationField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ServiceType { private string codeField; private string descriptionField; /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class RateInfoType { private string negotiatedRatesIndicatorField; private string fRSShipmentIndicatorField; private string rateChartIndicatorField; private string tPFCNegotiatedRatesIndicatorField; private string userLevelDiscountIndicatorField; /// public string NegotiatedRatesIndicator { get { return this.negotiatedRatesIndicatorField; } set { this.negotiatedRatesIndicatorField = value; } } /// public string FRSShipmentIndicator { get { return this.fRSShipmentIndicatorField; } set { this.fRSShipmentIndicatorField = value; } } /// public string RateChartIndicator { get { return this.rateChartIndicatorField; } set { this.rateChartIndicatorField = value; } } /// public string TPFCNegotiatedRatesIndicator { get { return this.tPFCNegotiatedRatesIndicatorField; } set { this.tPFCNegotiatedRatesIndicatorField = value; } } /// public string UserLevelDiscountIndicator { get { return this.userLevelDiscountIndicatorField; } set { this.userLevelDiscountIndicatorField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class HandlingUnitsType { private string quantityField; private ShipUnitOfMeasurementType typeField; private HandlingUnitsDimensionsType dimensionsField; /// public string Quantity { get { return this.quantityField; } set { this.quantityField = value; } } /// public ShipUnitOfMeasurementType Type { get { return this.typeField; } set { this.typeField = value; } } /// public HandlingUnitsDimensionsType Dimensions { get { return this.dimensionsField; } set { this.dimensionsField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class FreightDensityInfoType { private string adjustedHeightIndicatorField; private AdjustedHeightType adjustedHeightField; private HandlingUnitsType[] handlingUnitsField; /// public string AdjustedHeightIndicator { get { return this.adjustedHeightIndicatorField; } set { this.adjustedHeightIndicatorField = value; } } /// public AdjustedHeightType AdjustedHeight { get { return this.adjustedHeightField; } set { this.adjustedHeightField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("HandlingUnits")] public HandlingUnitsType[] HandlingUnits { get { return this.handlingUnitsField; } set { this.handlingUnitsField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class FreightShipmentInformationType { private FreightDensityInfoType freightDensityInfoField; private string densityEligibleIndicatorField; /// public FreightDensityInfoType FreightDensityInfo { get { return this.freightDensityInfoField; } set { this.freightDensityInfoField = value; } } /// public string DensityEligibleIndicator { get { return this.densityEligibleIndicatorField; } set { this.densityEligibleIndicatorField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class PaymentType { private string codeField; private string descriptionField; /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class FRSPaymentInfoType { private PaymentType typeField; private string accountNumberField; private AccountAddressType addressField; /// public PaymentType Type { get { return this.typeField; } set { this.typeField = value; } } /// public string AccountNumber { get { return this.accountNumberField; } set { this.accountNumberField = value; } } /// public AccountAddressType Address { get { return this.addressField; } set { this.addressField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class AccountAddressType { private string postalCodeField; private string countryCodeField; /// public string PostalCode { get { return this.postalCodeField; } set { this.postalCodeField = value; } } /// public string CountryCode { get { return this.countryCodeField; } set { this.countryCodeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class BillThirdPartyChargeType { private string accountNumberField; private AccountAddressType addressField; /// public string AccountNumber { get { return this.accountNumberField; } set { this.accountNumberField = value; } } /// public AccountAddressType Address { get { return this.addressField; } set { this.addressField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class BillReceiverAddressType { private string postalCodeField; /// public string PostalCode { get { return this.postalCodeField; } set { this.postalCodeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class BillReceiverType { private string accountNumberField; private BillReceiverAddressType addressField; /// public string AccountNumber { get { return this.accountNumberField; } set { this.accountNumberField = value; } } /// public BillReceiverAddressType Address { get { return this.addressField; } set { this.addressField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class CreditCardAddressType { private string[] addressLineField; private string cityField; private string stateProvinceCodeField; private string postalCodeField; private string countryCodeField; /// [System.Xml.Serialization.XmlElementAttribute("AddressLine")] public string[] AddressLine { get { return this.addressLineField; } set { this.addressLineField = value; } } /// public string City { get { return this.cityField; } set { this.cityField = value; } } /// public string StateProvinceCode { get { return this.stateProvinceCodeField; } set { this.stateProvinceCodeField = value; } } /// public string PostalCode { get { return this.postalCodeField; } set { this.postalCodeField = value; } } /// public string CountryCode { get { return this.countryCodeField; } set { this.countryCodeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class CreditCardType { private string typeField; private string numberField; private string expirationDateField; private string securityCodeField; private CreditCardAddressType addressField; /// public string Type { get { return this.typeField; } set { this.typeField = value; } } /// public string Number { get { return this.numberField; } set { this.numberField = value; } } /// public string ExpirationDate { get { return this.expirationDateField; } set { this.expirationDateField = value; } } /// public string SecurityCode { get { return this.securityCodeField; } set { this.securityCodeField = value; } } /// public CreditCardAddressType Address { get { return this.addressField; } set { this.addressField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class BillShipperType { private string accountNumberField; private CreditCardType creditCardField; private string alternatePaymentMethodField; /// public string AccountNumber { get { return this.accountNumberField; } set { this.accountNumberField = value; } } /// public CreditCardType CreditCard { get { return this.creditCardField; } set { this.creditCardField = value; } } /// public string AlternatePaymentMethod { get { return this.alternatePaymentMethodField; } set { this.alternatePaymentMethodField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ShipmentChargeType { private string typeField; private BillShipperType billShipperField; private BillReceiverType billReceiverField; private BillThirdPartyChargeType billThirdPartyField; private string consigneeBilledIndicatorField; /// public string Type { get { return this.typeField; } set { this.typeField = value; } } /// public BillShipperType BillShipper { get { return this.billShipperField; } set { this.billShipperField = value; } } /// public BillReceiverType BillReceiver { get { return this.billReceiverField; } set { this.billReceiverField = value; } } /// public BillThirdPartyChargeType BillThirdParty { get { return this.billThirdPartyField; } set { this.billThirdPartyField = value; } } /// public string ConsigneeBilledIndicator { get { return this.consigneeBilledIndicatorField; } set { this.consigneeBilledIndicatorField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class PaymentInfoType { private ShipmentChargeType[] shipmentChargeField; private string splitDutyVATIndicatorField; /// [System.Xml.Serialization.XmlElementAttribute("ShipmentCharge")] public ShipmentChargeType[] ShipmentCharge { get { return this.shipmentChargeField; } set { this.shipmentChargeField = value; } } /// public string SplitDutyVATIndicator { get { return this.splitDutyVATIndicatorField; } set { this.splitDutyVATIndicatorField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ADLAddressType { private string[] addressLineField; private string cityField; private string stateProvinceCodeField; private string postalCodeField; private string countryCodeField; /// [System.Xml.Serialization.XmlElementAttribute("AddressLine")] public string[] AddressLine { get { return this.addressLineField; } set { this.addressLineField = value; } } /// public string City { get { return this.cityField; } set { this.cityField = value; } } /// public string StateProvinceCode { get { return this.stateProvinceCodeField; } set { this.stateProvinceCodeField = value; } } /// public string PostalCode { get { return this.postalCodeField; } set { this.postalCodeField = value; } } /// public string CountryCode { get { return this.countryCodeField; } set { this.countryCodeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class AlternateDeliveryAddressType { private string nameField; private string attentionNameField; private string uPSAccessPointIDField; private ADLAddressType addressField; /// public string Name { get { return this.nameField; } set { this.nameField = value; } } /// public string AttentionName { get { return this.attentionNameField; } set { this.attentionNameField = value; } } /// public string UPSAccessPointID { get { return this.uPSAccessPointIDField; } set { this.uPSAccessPointIDField = value; } } /// public ADLAddressType Address { get { return this.addressField; } set { this.addressField = value; } } } /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(ShipToAddressType))] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ShipAddressType { private string[] addressLineField; private string cityField; private string stateProvinceCodeField; private string postalCodeField; private string countryCodeField; /// [System.Xml.Serialization.XmlElementAttribute("AddressLine")] public string[] AddressLine { get { return this.addressLineField; } set { this.addressLineField = value; } } /// public string City { get { return this.cityField; } set { this.cityField = value; } } /// public string StateProvinceCode { get { return this.stateProvinceCodeField; } set { this.stateProvinceCodeField = value; } } /// public string PostalCode { get { return this.postalCodeField; } set { this.postalCodeField = value; } } /// public string CountryCode { get { return this.countryCodeField; } set { this.countryCodeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ShipToAddressType : ShipAddressType { private string residentialAddressIndicatorField; private string pOBoxIndicatorField; /// public string ResidentialAddressIndicator { get { return this.residentialAddressIndicatorField; } set { this.residentialAddressIndicatorField = value; } } /// public string POBoxIndicator { get { return this.pOBoxIndicatorField; } set { this.pOBoxIndicatorField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class TaxIDCodeDescType { private string codeField; private string descriptionField; /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } } /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(ShipFromType))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(ShipToType))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(ShipperType))] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class CompanyInfoType { private string nameField; private string attentionNameField; private string companyDisplayableNameField; private string taxIdentificationNumberField; private TaxIDCodeDescType taxIDTypeField; private ShipPhoneType phoneField; /// public string Name { get { return this.nameField; } set { this.nameField = value; } } /// public string AttentionName { get { return this.attentionNameField; } set { this.attentionNameField = value; } } /// public string CompanyDisplayableName { get { return this.companyDisplayableNameField; } set { this.companyDisplayableNameField = value; } } /// public string TaxIdentificationNumber { get { return this.taxIdentificationNumberField; } set { this.taxIdentificationNumberField = value; } } /// public TaxIDCodeDescType TaxIDType { get { return this.taxIDTypeField; } set { this.taxIDTypeField = value; } } /// public ShipPhoneType Phone { get { return this.phoneField; } set { this.phoneField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ShipFromType : CompanyInfoType { private string faxNumberField; private ShipAddressType addressField; private string eMailAddressField; /// public string FaxNumber { get { return this.faxNumberField; } set { this.faxNumberField = value; } } /// public ShipAddressType Address { get { return this.addressField; } set { this.addressField = value; } } /// public string EMailAddress { get { return this.eMailAddressField; } set { this.eMailAddressField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ShipToType : CompanyInfoType { private string faxNumberField; private string eMailAddressField; private ShipToAddressType addressField; private string locationIDField; /// public string FaxNumber { get { return this.faxNumberField; } set { this.faxNumberField = value; } } /// public string EMailAddress { get { return this.eMailAddressField; } set { this.eMailAddressField = value; } } /// public ShipToAddressType Address { get { return this.addressField; } set { this.addressField = value; } } /// public string LocationID { get { return this.locationIDField; } set { this.locationIDField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ShipperType : CompanyInfoType { private string shipperNumberField; private string faxNumberField; private string eMailAddressField; private ShipAddressType addressField; /// public string ShipperNumber { get { return this.shipperNumberField; } set { this.shipperNumberField = value; } } /// public string FaxNumber { get { return this.faxNumberField; } set { this.faxNumberField = value; } } /// public string EMailAddress { get { return this.eMailAddressField; } set { this.eMailAddressField = value; } } /// public ShipAddressType Address { get { return this.addressField; } set { this.addressField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ReturnServiceType { private string codeField; private string descriptionField; /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ShipmentType { private string descriptionField; private ReturnServiceType returnServiceField; private string documentsOnlyIndicatorField; private ShipperType shipperField; private ShipToType shipToField; private AlternateDeliveryAddressType alternateDeliveryAddressField; private ShipFromType shipFromField; private PaymentInfoType paymentInformationField; private FRSPaymentInfoType fRSPaymentInformationField; private FreightShipmentInformationType freightShipmentInformationField; private string goodsNotInFreeCirculationIndicatorField; private RateInfoType shipmentRatingOptionsField; private string movementReferenceNumberField; private ReferenceNumberType[] referenceNumberField; private ServiceType serviceField; private CurrencyMonetaryType invoiceLineTotalField; private string numOfPiecesInShipmentField; private string uSPSEndorsementField; private string mILabelCN22IndicatorField; private string subClassificationField; private string costCenterField; private string costCenterBarcodeIndicatorField; private string packageIDField; private string packageIDBarcodeIndicatorField; private string irregularIndicatorField; private SurePostType surePostShipmentField; private IndicationType[] shipmentIndicationTypeField; private string mIDualReturnShipmentKeyField; private string mIDualReturnShipmentIndicatorField; private string ratingMethodRequestedIndicatorField; private string taxInformationIndicatorField; private PromotionalDiscountInformationType promotionalDiscountInformationField; private DGSignatoryInfoType dGSignatoryInfoField; private ShipmentTypeShipmentServiceOptions shipmentServiceOptionsField; private PackageType[] packageField; /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } /// public ReturnServiceType ReturnService { get { return this.returnServiceField; } set { this.returnServiceField = value; } } /// public string DocumentsOnlyIndicator { get { return this.documentsOnlyIndicatorField; } set { this.documentsOnlyIndicatorField = value; } } /// public ShipperType Shipper { get { return this.shipperField; } set { this.shipperField = value; } } /// public ShipToType ShipTo { get { return this.shipToField; } set { this.shipToField = value; } } /// public AlternateDeliveryAddressType AlternateDeliveryAddress { get { return this.alternateDeliveryAddressField; } set { this.alternateDeliveryAddressField = value; } } /// public ShipFromType ShipFrom { get { return this.shipFromField; } set { this.shipFromField = value; } } /// public PaymentInfoType PaymentInformation { get { return this.paymentInformationField; } set { this.paymentInformationField = value; } } /// public FRSPaymentInfoType FRSPaymentInformation { get { return this.fRSPaymentInformationField; } set { this.fRSPaymentInformationField = value; } } /// public FreightShipmentInformationType FreightShipmentInformation { get { return this.freightShipmentInformationField; } set { this.freightShipmentInformationField = value; } } /// public string GoodsNotInFreeCirculationIndicator { get { return this.goodsNotInFreeCirculationIndicatorField; } set { this.goodsNotInFreeCirculationIndicatorField = value; } } /// public RateInfoType ShipmentRatingOptions { get { return this.shipmentRatingOptionsField; } set { this.shipmentRatingOptionsField = value; } } /// public string MovementReferenceNumber { get { return this.movementReferenceNumberField; } set { this.movementReferenceNumberField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("ReferenceNumber")] public ReferenceNumberType[] ReferenceNumber { get { return this.referenceNumberField; } set { this.referenceNumberField = value; } } /// public ServiceType Service { get { return this.serviceField; } set { this.serviceField = value; } } /// public CurrencyMonetaryType InvoiceLineTotal { get { return this.invoiceLineTotalField; } set { this.invoiceLineTotalField = value; } } /// public string NumOfPiecesInShipment { get { return this.numOfPiecesInShipmentField; } set { this.numOfPiecesInShipmentField = value; } } /// public string USPSEndorsement { get { return this.uSPSEndorsementField; } set { this.uSPSEndorsementField = value; } } /// public string MILabelCN22Indicator { get { return this.mILabelCN22IndicatorField; } set { this.mILabelCN22IndicatorField = value; } } /// public string SubClassification { get { return this.subClassificationField; } set { this.subClassificationField = value; } } /// public string CostCenter { get { return this.costCenterField; } set { this.costCenterField = value; } } /// public string CostCenterBarcodeIndicator { get { return this.costCenterBarcodeIndicatorField; } set { this.costCenterBarcodeIndicatorField = value; } } /// public string PackageID { get { return this.packageIDField; } set { this.packageIDField = value; } } /// public string PackageIDBarcodeIndicator { get { return this.packageIDBarcodeIndicatorField; } set { this.packageIDBarcodeIndicatorField = value; } } /// public string IrregularIndicator { get { return this.irregularIndicatorField; } set { this.irregularIndicatorField = value; } } /// public SurePostType SurePostShipment { get { return this.surePostShipmentField; } set { this.surePostShipmentField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("ShipmentIndicationType")] public IndicationType[] ShipmentIndicationType { get { return this.shipmentIndicationTypeField; } set { this.shipmentIndicationTypeField = value; } } /// public string MIDualReturnShipmentKey { get { return this.mIDualReturnShipmentKeyField; } set { this.mIDualReturnShipmentKeyField = value; } } /// public string MIDualReturnShipmentIndicator { get { return this.mIDualReturnShipmentIndicatorField; } set { this.mIDualReturnShipmentIndicatorField = value; } } /// public string RatingMethodRequestedIndicator { get { return this.ratingMethodRequestedIndicatorField; } set { this.ratingMethodRequestedIndicatorField = value; } } /// public string TaxInformationIndicator { get { return this.taxInformationIndicatorField; } set { this.taxInformationIndicatorField = value; } } /// public PromotionalDiscountInformationType PromotionalDiscountInformation { get { return this.promotionalDiscountInformationField; } set { this.promotionalDiscountInformationField = value; } } /// public DGSignatoryInfoType DGSignatoryInfo { get { return this.dGSignatoryInfoField; } set { this.dGSignatoryInfoField = value; } } /// public ShipmentTypeShipmentServiceOptions ShipmentServiceOptions { get { return this.shipmentServiceOptionsField; } set { this.shipmentServiceOptionsField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("Package")] public PackageType[] Package { get { return this.packageField; } set { this.packageField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ShipmentTypeShipmentServiceOptions : ShipmentServiceOptionsType { } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Common/v1.0")] public partial class RequestType { private string[] requestOptionField; private string subVersionField; private TransactionReferenceType transactionReferenceField; /// [System.Xml.Serialization.XmlElementAttribute("RequestOption")] public string[] RequestOption { get { return this.requestOptionField; } set { this.requestOptionField = value; } } /// public string SubVersion { get { return this.subVersionField; } set { this.subVersionField = value; } } /// public TransactionReferenceType TransactionReference { get { return this.transactionReferenceField; } set { this.transactionReferenceField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.ups.com/XMLSchema/XOLTWS/UPSS/v1.0")] public partial class UPSSecurityServiceAccessToken { private string accessLicenseNumberField; /// public string AccessLicenseNumber { get { return this.accessLicenseNumberField; } set { this.accessLicenseNumberField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ShipmentRequest { private RequestType requestField; private ShipmentType shipmentField; private LabelSpecificationType labelSpecificationField; private ReceiptSpecificationType receiptSpecificationField; /// [System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Common/v1.0")] public RequestType Request { get { return this.requestField; } set { this.requestField = value; } } /// public ShipmentType Shipment { get { return this.shipmentField; } set { this.shipmentField = value; } } /// public LabelSpecificationType LabelSpecification { get { return this.labelSpecificationField; } set { this.labelSpecificationField = value; } } /// public ReceiptSpecificationType ReceiptSpecification { get { return this.receiptSpecificationField; } set { this.receiptSpecificationField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ShipmentResponse { private ResponseType responseField; private ShipmentResultsType shipmentResultsField; /// [System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Common/v1.0")] public ResponseType Response { get { return this.responseField; } set { this.responseField = value; } } /// public ShipmentResultsType ShipmentResults { get { return this.shipmentResultsField; } set { this.shipmentResultsField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ShipConfirmRequest { private RequestType requestField; private ShipmentType shipmentField; private LabelSpecificationType labelSpecificationField; private ReceiptSpecificationType receiptSpecificationField; /// [System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Common/v1.0")] public RequestType Request { get { return this.requestField; } set { this.requestField = value; } } /// public ShipmentType Shipment { get { return this.shipmentField; } set { this.shipmentField = value; } } /// public LabelSpecificationType LabelSpecification { get { return this.labelSpecificationField; } set { this.labelSpecificationField = value; } } /// public ReceiptSpecificationType ReceiptSpecification { get { return this.receiptSpecificationField; } set { this.receiptSpecificationField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ShipConfirmResponse { private ResponseType responseField; private ShipmentResultsType shipmentResultsField; /// [System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Common/v1.0")] public ResponseType Response { get { return this.responseField; } set { this.responseField = value; } } /// public ShipmentResultsType ShipmentResults { get { return this.shipmentResultsField; } set { this.shipmentResultsField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ShipAcceptRequest { private RequestType requestField; private string shipmentDigestField; /// [System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Common/v1.0")] public RequestType Request { get { return this.requestField; } set { this.requestField = value; } } /// public string ShipmentDigest { get { return this.shipmentDigestField; } set { this.shipmentDigestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0")] public partial class ShipAcceptResponse { private ResponseType responseField; private ShipmentResultsType shipmentResultsField; /// [System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.ups.com/XMLSchema/XOLTWS/Common/v1.0")] public ResponseType Response { get { return this.responseField; } set { this.responseField = value; } } /// public ShipmentResultsType ShipmentResults { get { return this.shipmentResultsField; } set { this.shipmentResultsField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] public delegate void ProcessShipmentCompletedEventHandler(object sender, ProcessShipmentCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ProcessShipmentCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ProcessShipmentCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ShipmentResponse Result { get { this.RaiseExceptionIfNecessary(); return ((ShipmentResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] public delegate void ProcessShipConfirmCompletedEventHandler(object sender, ProcessShipConfirmCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ProcessShipConfirmCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ProcessShipConfirmCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ShipConfirmResponse Result { get { this.RaiseExceptionIfNecessary(); return ((ShipConfirmResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] public delegate void ProcessShipAcceptCompletedEventHandler(object sender, ProcessShipAcceptCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ProcessShipAcceptCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ProcessShipAcceptCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ShipAcceptResponse Result { get { this.RaiseExceptionIfNecessary(); return ((ShipAcceptResponse)(this.results[0])); } } } } #pragma warning restore 1591