QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

PriceLevel Class

Properties   Methods   Events   Configuration Settings   Errors  

A PriceLevel is used to specify custom pricing.

Class Name

InQB_PriceLevel

Procedural Interface

 inqb_pricelevel_open();
 inqb_pricelevel_close($res);
 inqb_pricelevel_register_callback($res, $id, $function);
 inqb_pricelevel_get_last_error($res);
 inqb_pricelevel_get_last_error_code($res);
 inqb_pricelevel_set($res, $id, $index, $value);
 inqb_pricelevel_get($res, $id, $index);
 inqb_pricelevel_do_add($res);
 inqb_pricelevel_do_checkrequeststatus($res, $requestid);
 inqb_pricelevel_do_closeqbconnection($res);
 inqb_pricelevel_do_config($res, $configurationstring);
 inqb_pricelevel_do_delete($res);
 inqb_pricelevel_do_get($res, $id);
 inqb_pricelevel_do_getbyname($res, $fullname);
 inqb_pricelevel_do_getcustomfield($res, $fieldname);
 inqb_pricelevel_do_importqbxml($res, $xmldata);
 inqb_pricelevel_do_openqbconnection($res);
 inqb_pricelevel_do_reset($res);
 inqb_pricelevel_do_setcustomfield($res, $fieldname, $fieldvalue);
 inqb_pricelevel_do_update($res);

Remarks

The PriceLevel class may be used to specify custom pricing for specific customers, however you must have QuickBooks 2005 or greater to use Price Levels. Once you create a price level for a customer, QuickBooks will automatically use the custom price in new invoices, sales receipts, sales orders or credit memos for that customer (you can override this automatic feature, however, when you create the invoices, sales receipts, etc).

With QBXMLVersion set to "4.0" or higher, users can now specify a price level (either added with this component or through QuickBooks) on line items in the following classs: Invoice, SalesReceipt, CreditMemo, and SalesOrder. Please see those classs for more information.

Required Fields (Add): PriceLevelName, PriceLevelFixedPercentage.

Supported Methods: Add, Update, Get (Id), Cancel, Delete

Example

PriceLevel1.PriceLevelName = "Employee Discount"
PriceLevel1.FixedPercentage = "-15.0"
PriceLevel1.Add()

Price Levels may also be added on a per-item basis using the ItemName/ItemId, ItemCustomPrice, ItemCustomPricePercent, ItemAdjustPercentage, and/or ItemAdjustRelativeTo properties. However, this functionality is only supported in the Premier and Enterprise editions of QuickBooks 2005 and greater.

The PriceLevel class supports a variety of other operations as well. The class's Get, Update, Cancel, and Delete methods may be used to retrieve, modify, cancel, and delete PriceLevels, respectively. The ObjSearch Class may be used to search for PriceLevels in the QuickBooks database.

Property List


The following is the full list of the properties of the class with short descriptions. Click on the links for further details.

FixedPercentageFixed price level.
IsActiveWhether or not entity is active.
ItemCountThe number of records in the Item arrays.
ItemAdjustPercentagePercentage to adjust price for this item.
ItemAdjustRelativeToPricelevel percentage is adjusted relative to this property.
ItemCustomPriceFixed price for this item.
ItemCustomPricePercentDiscount percentage for each item.
ItemIdReference to the item this PriceLevel pertains to.
ItemNameReference to the item this PriceLevel pertains to.
PriceLevelNameThe name of this price level.
PriceLevelTypeIndicates the type of PriceLevel returned.
QBConnectionStringAn aggregate consisting of various QuickBooks connection properties.
QBRequestAggregateThe request aggregate.
QBRequestIdThe Id of the next message to be sent to QuickBooks.
QBRequestModeDefines whether the request is made online or stored offline.
QBResponseAggregateThe last QBXML response aggregate received from QuickBooks.
QBXMLVersionThe version of QBXML used in the outgoing message.
RefIdAn alphanumerical identifier generated by the server.

Method List


The following is the full list of the methods of the class with short descriptions. Click on the links for further details.

AddAdds the record into QuickBooks.
CheckRequestStatusChecks whether or not the specified request was processed by QuickBooks.
CloseQBConnectionCloses a persistent connection to QuickBooks.
ConfigSets or retrieves a configuration setting.
DeleteDeletes the record from QuickBooks.
GetGets a single record from QuickBooks.
GetByNameGets a single record from QuickBooks.
GetCustomFieldGets a custom field value from QuickBooks.
ImportQBXMLImports a QBXML response aggregate.
OpenQBConnectionOpens a persistent connection to QuickBooks.
ResetResets all properties to their defaults.
SetCustomFieldSets a custom field value within QuickBooks.
UpdateUpdates the entity object in QuickBooks.

Event List


The following is the full list of the events fired by the class with short descriptions. Click on the links for further details.

ErrorInformation about errors during data delivery.
SSLServerAuthenticationFired after the server presents its certificate to the client.
SSLStatusShows the progress of the secure connection.
StatusShows the progress of the QuickBooks connection.
WarningFired when a warning occurs.

Configuration Settings


The following is a list of configuration settings for the class with short descriptions. Click on the links for further details.

AppendAfterAppends an XML tag after the specified QBXML element.
AuthFlagsConnection Flags (use for QuickBooks Simple Start).
EditSequenceAn identifier for this copy of the object.
EnforceMaxLengthIndicates whether to enforce max lengths for QB Fields.
GetHighestVersionHighest QBXMLVersion supported by the installed instance of QuickBooks.
GetRequestProcessorDLLVersionReturns the version of the QB Request Processor that is installed on your system.
GetSupportedVersionsReturns a list of QBXMLVersions that are supported by QuickBooks.
IsActiveIndicates whether the object is currently enabled for use by QuickBooks.
IsReadOnlyThis causes the QuickBooks authorization dialog to display text informing the user that its access will be read-only.
PersonalDataPrefWhether the connecting application will require access to personal data such as SSN or credit card information.
QBConnectionModeThe mode of connection to QuickBooks.
QBFileStatusThe status of the company file as it pertains to accepting connections.
QBOpenCompanyFileThe file currently open in QuickBooks.
SendRawXMLSends specified XML to quickbooks without modification.
SSLAcceptServerCertThe SSL certificate being used by the Remote Connector.
SSLAcceptServerCertFileThe SSL certificate file being used by the Remote Connector.
StopOnErrorSpecifies how QuickBooks is to proceed if an error occurs in processing of the current request.
TimeCreatedThe time the object was created.
TimeModifiedThe time the object was created.
UnattendedModePrefWhether connecting while QuickBooks is closed is required or optional for the user.
WarningCodesA comma-separated list of QuickBooks warning codes that should not result in an exception.
BuildInfoInformation about the product's build.
CodePageThe system code page used for Unicode to Multibyte translations.
LicenseInfoInformation about the current license.
ProcessIdleEventsWhether the class uses its internal event loop to process events when the main thread is idle.
SelectWaitMillisThe length of time in milliseconds the class will wait when DoEvents is called if there are no events to process.
UseInternalSecurityAPITells the class whether or not to use the system security libraries or an internal implementation.

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 PHP Edition - Version 20.0 [Build 7941]