IPPPhysicalAddress.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
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

>VPropertypublicstring $City
Details
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  
>VPropertypublicstring $Country
Details
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  
>VPropertypublicstring $CountryCode
Details
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  
>VPropertypublicstring $CountrySubDivisionCode
Details
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  
>VPropertypublic\com\intuit\schema\finance\v3\IPPid $Id
Details
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  
>VPropertypublicstring $Lat
Details
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  
>VPropertypublicstring $Line1
Details
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  
>VPropertypublicstring $Line2
Details
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  
>VPropertypublicstring $Line3
Details
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  
>VPropertypublicstring $Line4
Details
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  
>VPropertypublicstring $Line5
Details
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  
>VPropertypublicstring $Long
Details
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  
>VPropertypublicstring $Note
Details
Type
string
Definition
Product: ALL Description: Note for .  
XmlMinOccurs
0  
XmlName
Note  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $PostalCode
Details
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  
>VPropertypublicstring $PostalCodeSuffix
Details
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  
>VPropertypublicstring $Tag
Details
Type
string
Definition
Product: ALL Description: Descriptive tag (or label) associated with the physical address. Valid values are Shipping and Billing, as defined in the PhysicalAddressLabelType.  
XmlMinOccurs
0  
XmlName
Tag  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  

Methods

methodpublic__construct(\dictionary $keyValInitializers = array(), boolean $verbose = FALSE) : void

Initializes 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
NameTypeDescription
$keyValInitializers\dictionary

key/value pairs to be populated into object's properties

$verboseboolean

specifies whether object should echo warnings

Documentation was generated by phpDocumentor 2.8.5.