customeraddress.fax Field
Specifies the fax number for the customer address.
Syntax
[Visual Basic]
Public Field fax As String
[C#]
public string fax;
[JScript]
public var fax : 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