| PhysicalAddress Class |
Namespace: Intuit.Ipp.Data
[SerializableAttribute] public class PhysicalAddress
The PhysicalAddress type exposes the following members.
| Name | Description | |
|---|---|---|
| PhysicalAddress | Initializes a new instance of the PhysicalAddress class |
| Name | Description | |
|---|---|---|
| City |
Product: QBW
Description: City name.[br /]Max. length: 31 characters.
Product: QBO
Description: City name.[br /]Max. length: 255 characters.
| |
| Country |
Product: QBW
Description: Country name.[br /]Max. length: 31 characters.
Product: QBO
Description: Country name.[br /]Max. length: 255 characters.
| |
| CountryCode |
Product: ALL
Description: Country code per ISO 3166.[br /]Unsupported field.
| |
| CountrySubDivisionCode |
Product: QBW
Description: Region within a country. For example, state name for USA, province name for Canada.[br /]Max. length: 21 characters.
Product: QBO
Description: Globalized representation of a region. For example, state name for USA, province name for Canada.[br /]Max. length: 255 characters.
| |
| Id |
Product: ALL
Description: Unique identifier of the Intuit entity for the address, mainly used for modifying the address.[br /]Note: There is no SyncToken for this entity because it is always associated with the IntuitEntity type that is the top level or parent entity.
| |
| Lat |
Product: ALL
Description: Latitude coordinate of Geocode (Geospatial Entity Object Code).[br /]Unsupported field.
| |
| Line1 |
Product: QBW
Description: First line of the address.[br /]Max. length: 41 characters.
Product: QBO
Description: First line of the address.[br /]Max. length: 500 characters.
| |
| Line2 |
Product: QBW
Description: Second line of the address.[br /]Max. length: 41 characters.
Product: QBO
Description: Second line of the address.[br /]Max. length: 500 characters.
| |
| Line3 |
Product: QBW
Description: Third line of the address.[br /]Max. length: 41 characters.
Product: QBO
Description: Third line of the address.[br /]Max. length: 500 characters.
| |
| Line4 |
Product: QBW
Description: Fourth line of the address.[br /]Max. length: 41 characters.
Product: QBO
Description: Fourth line of the address.[br /]Max. length: 500 characters.
| |
| Line5 |
Product: QBW
Description: Fifth line of the address.[br /]Max. length: 41 characters.
Product: QBO
Description: Fifth line of the address.[br /]Max. length: 500 characters.
| |
| Long |
Product: ALL
Description: Longitude coordinate of Geocode (Geospatial Entity Object Code).[br /]Unsupported field.
| |
| Note |
Product: ALL
Description: Note for .
| |
| PostalCode |
Product: QBW
Description: Postal code. For example, zip code for USA and Canada.[br /]Max. length: 13 characters.
Product: QBO
Description: Postal code. For example, zip code for USA and Canada.[br /]Max. length: 30 characters.
| |
| PostalCodeSuffix |
Product: ALL
Description: Postal Code extension. For example, in the USA this is a 4 digit extension of the zip code.
| |
| Tag |
Product: ALL
Description: Descriptive tag (or label) associated with the physical address. Valid values are Shipping and Billing, as defined in the PhysicalAddressLabelType.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| CopyRecursive |
recursively copies object properties to destination.
(Defined by Utility.) |