fsresAddressInfo Class |
Inheritance Hierarchy
Namespace: FabSuiteResponseApi
Assembly: FabSuiteResponseApi (in FabSuiteResponseApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute] [XmlTypeAttribute(Namespace = "http://www.fabsuite.com/xml/fabsuite-xml-response-v0108.xsd")] public class fsresAddressInfo
The fsresAddressInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
fsresAddressInfo |
fsresAddressInfo class constructor
|
Properties
Name | Description | |
---|---|---|
Address1 |
First line of street address or PO Box.
| |
Address2 |
Second line of street address or suite number.
| |
Any | ||
City |
City name.
| |
Country |
Country name (long or short form).
Example: United States of America
Example: USA
Example: England
| |
PostalCode |
Zip or postal code.
| |
State |
State, province, suburb or county name.
|
See Also