Search: 
Available in: PAYPAL | QUICKBOOKS | USPS
Address Component [IBiz Integrator for QuickBooks - V4]

Properties   Methods   Events   Configuration Settings  

An Address represents a geographical address.

NOTE: What follows is a very short description of the component interfaces. For more information, please consult the help files that come with the respective package.

Remarks

Address is a utility object which allows the user to easily edit and copy addresses. It is designed to interact with other components, rather than QuickBooks.

To add an address to another component, such as a CUSTOMER, first instantiate an Address component, and set any or all of the properties: Line1, Line2, Line3, City, State, PostalCode, and Country. Then, the Aggregate property may be used to construct an aggregate of the entire address. This aggregate should be passed to the other component.

In case you are using QuickBooks 2003 or above you may set Line4 as well. (Be sure to set QBXMLVersion to 2.0 or above in any control to which the value of Aggregate is copied.)

Example

   
Address1.Line1 = "100 Main Street"
Address1.City = "Anytown"
Address1.State = "CA"
Customer1.BillingAddress = Address1.Aggregate
The same process may be used in reverse to get an address from another component. For example, this pseudocode will get the address of a VENDOR:

   
Vendor.Get("ACME Inc.")
Address.Aggregate = Vendor.Address

Property List


The following is the full list of the properties of the component with short descriptions. Click on the links for complete descriptions.

Aggregate The entire address.
City The city.
Country The country.
Line1 The first line of the address.
Line2 The second line of the address.
Line3 The third line of the address.
Line4 The fourth line of the address.
PostalCode The postal code.
State The state.

Method List


The following is the full list of the methods of the component with short descriptions. Click on the links for complete descriptions.

Config Sets or retrieves a component configuration setting.

Event List


The following is the full list of the events fired by the component with short descriptions. Click on the links for complete descriptions.

Configuration Settings


The following is a list of configuration settings for the component with short descriptions. Click on the links for complete descriptions.

AuthFlags Connection Flags (use for QuickBooks Simple Start).
CodePage The system code page used for Unicode to Multibyte translations (Windows/COM only).
EnforceMaxLength Indicates whether to enforce max lengths for QB Fields
GetHighestVersion Highest QBXMLVersion supported by the installed instance of Quickbooks.
IgnoreQBOEWarnings Ignores warnings returned from QuickBooks Online.
SSLAcceptServerCert The SSL certificate being used by the Remote Connector
SSLAcceptServerCertFile The SSL certificate file being used by the Remote Connector

| About | Privacy Policy | Terms of Use |
© Copyright 2008 /n software inc.