customeraddress.country Field
Specifies the country/region name in the customer address.
Syntax
[Visual Basic]
Public Field country As String
[C#]
public string country;
[JScript]
public var country : String;
Remarks
The following table contains additional information about this attribute:
Required | No |
Application requirement level1 | No Constraint |
Valid for create | Yes |
Valid for retrieve | Yes |
Valid for update | Yes |
Max length1 | 50 |
1 – Customizable. Indicates the value for a default installation.
See Also