You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9024 lines
259 KiB
C#

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