customeraddress.upszone Field

banner art

Specifies the United Parcel Service (UPS) zone for the address of the customer.

Syntax

[Visual Basic]
Public Field upszone As String
[C#]
public string upszone;
[JScript]
public var upszone : String;

Remarks

The following table contains additional information about this attribute:

Platform required No
Application requirement level1 No Constraint
Valid for create Yes
Valid for retrieve Yes
Valid for update Yes
Max length1 4

1 – Customizable. Indicates the value for a default installation.

See Also

© 2007 Microsoft Corporation. All rights reserved.