IPPPhysicalAddress.php
- Package
- Default
\IPPPhysicalAddress
Package: Default















- IPPPhysicalAddress
- \IPPPhysicalAddress
- XmlDefinition
- Product: ALL Description: Physical (or postal) address type, this entity is always manipulated in context of another parent entity like Person, Organization etc.
- XmlName
- IPPPhysicalAddress
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
Properties

string $CityDetails
- Type
- string
- Definition
- Product: QBW Description: City name.[br /]Max. length: 31 characters. Product: QBO Description: City name.[br /]Max. length: 255 characters.
- XmlMinOccurs
- 0
- XmlName
- City
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

string $CountryDetails
- Type
- string
- Definition
- Product: QBW Description: Country name.[br /]Max. length: 31 characters. Product: QBO Description: Country name.[br /]Max. length: 255 characters.
- XmlMinOccurs
- 0
- XmlName
- Country
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

string $CountryCodeDetails
- Type
- string
- Definition
- Product: ALL Description: Country code per ISO 3166.[br /]Unsupported field.
- XmlMinOccurs
- 0
- XmlName
- CountryCode
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

string $CountrySubDivisionCodeDetails
- Type
- string
- Definition
- 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.
- XmlMinOccurs
- 0
- XmlName
- CountrySubDivisionCode
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

\com\intuit\schema\finance\v3\IPPid $IdDetails
- Type
- \com\intuit\schema\finance\v3\IPPid
- Definition
- 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.
- XmlMinOccurs
- 0
- XmlName
- Id
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

string $LatDetails
- Type
- string
- Definition
- Product: ALL Description: Latitude coordinate of Geocode (Geospatial Entity Object Code).[br /]Unsupported field.
- XmlMinOccurs
- 0
- XmlName
- Lat
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

string $Line1Details
- Type
- string
- Definition
- 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.
- XmlMinOccurs
- 0
- XmlName
- Line1
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

string $Line2Details
- Type
- string
- Definition
- 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.
- XmlMinOccurs
- 0
- XmlName
- Line2
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

string $Line3Details
- Type
- string
- Definition
- 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.
- XmlMinOccurs
- 0
- XmlName
- Line3
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

string $Line4Details
- Type
- string
- Definition
- 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.
- XmlMinOccurs
- 0
- XmlName
- Line4
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

string $Line5Details
- Type
- string
- Definition
- 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.
- XmlMinOccurs
- 0
- XmlName
- Line5
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

string $LongDetails
- Type
- string
- Definition
- Product: ALL Description: Longitude coordinate of Geocode (Geospatial Entity Object Code).[br /]Unsupported field.
- XmlMinOccurs
- 0
- XmlName
- Long
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

string $NoteDetails
- Type
- string
- Definition
- Product: ALL Description: Note for .
- XmlMinOccurs
- 0
- XmlName
- Note
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

string $PostalCodeDetails
- Type
- string
- Definition
- 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.
- XmlMinOccurs
- 0
- XmlName
- PostalCode
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

string $PostalCodeSuffixDetails
- Type
- string
- Definition
- Product: ALL Description: Postal Code extension. For example, in the USA this is a 4 digit extension of the zip code.
- XmlMinOccurs
- 0
- XmlName
- PostalCodeSuffix
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element
Methods

__construct(\dictionary $keyValInitializers = array(), boolean $verbose = FALSE) : voidInitializes this object, optionally with pre-defined property values
Initializes this object and it's property members, using the dictionary
of key/value pairs passed as an optional argument.
Parameters| Name | Type | Description |
|---|---|---|
| $keyValInitializers | \dictionary | key/value pairs to be populated into object's properties |
| $verbose | boolean | specifies whether object should echo warnings |