Click or drag to resize
PhysicalAddress Class
Product: ALL Description: Physical (or postal) address type, this entity is always manipulated in context of another parent entity like Person, Organization etc.
Inheritance Hierarchy
SystemObject
  Intuit.Ipp.DataPhysicalAddress

Namespace:  Intuit.Ipp.Data
Assembly:  Intuit.Ipp.Data (in Intuit.Ipp.Data.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
[SerializableAttribute]
public class PhysicalAddress

The PhysicalAddress type exposes the following members.

Constructors
  NameDescription
Public methodPhysicalAddress
Initializes a new instance of the PhysicalAddress class
Top
Properties
  NameDescription
Public propertyCity
Product: QBW Description: City name.[br /]Max. length: 31 characters. Product: QBO Description: City name.[br /]Max. length: 255 characters.
Public propertyCountry
Product: QBW Description: Country name.[br /]Max. length: 31 characters. Product: QBO Description: Country name.[br /]Max. length: 255 characters.
Public propertyCountryCode
Product: ALL Description: Country code per ISO 3166.[br /]Unsupported field.
Public propertyCountrySubDivisionCode
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.
Public propertyId
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.
Public propertyLat
Product: ALL Description: Latitude coordinate of Geocode (Geospatial Entity Object Code).[br /]Unsupported field.
Public propertyLine1
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.
Public propertyLine2
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.
Public propertyLine3
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.
Public propertyLine4
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.
Public propertyLine5
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.
Public propertyLong
Product: ALL Description: Longitude coordinate of Geocode (Geospatial Entity Object Code).[br /]Unsupported field.
Public propertyNote
Product: ALL Description: Note for .
Public propertyPostalCode
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.
Public propertyPostalCodeSuffix
Product: ALL Description: Postal Code extension. For example, in the USA this is a 4 digit extension of the zip code.
Public propertyTag
Product: ALL Description: Descriptive tag (or label) associated with the physical address. Valid values are Shipping and Billing, as defined in the PhysicalAddressLabelType.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodCopyRecursive
recursively copies object properties to destination.
(Defined by Utility.)
Top
Remarks
See Also