QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

PriceLevel Class

Properties   Methods   Events   Configuration Settings   Errors  

A PriceLevel is used to specify custom pricing.

Syntax

class inqb.PriceLevel

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 qbxml_version 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 item_name/item_id, item_custom_price, item_custom_price_percent, item_adjust_percentage, and/or item_adjust_relative_to 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.

fixed_percentageFixed price level.
is_activeWhether or not entity is active.
item_countThe number of records in the Item arrays.
item_adjust_percentagePercentage to adjust price for this item.
item_adjust_relative_toPricelevel percentage is adjusted relative to this property.
item_custom_priceFixed price for this item.
item_custom_price_percentDiscount percentage for each item.
item_idReference to the item this PriceLevel pertains to.
item_nameReference to the item this PriceLevel pertains to.
price_level_nameThe name of this price level.
price_level_typeIndicates the type of PriceLevel returned.
qb_connection_stringAn aggregate consisting of various QuickBooks connection properties.
qb_request_aggregateThe request aggregate.
qb_request_idThe Id of the next message to be sent to QuickBooks.
qb_request_modeDefines whether the request is made online or stored offline.
qb_response_aggregateThe last QBXML response aggregate received from QuickBooks.
qbxml_versionThe version of QBXML used in the outgoing message.
ref_idAn 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.
check_request_statusChecks whether or not the specified request was processed by QuickBooks.
close_qb_connectionCloses a persistent connection to QuickBooks.
configSets or retrieves a configuration setting.
deleteDeletes the record from QuickBooks.
getGets a single record from QuickBooks.
get_by_nameGets a single record from QuickBooks.
get_custom_fieldGets a custom field value from QuickBooks.
import_qbxmlImports a QBXML response aggregate.
open_qb_connectionOpens a persistent connection to QuickBooks.
resetResets all properties to their defaults.
set_custom_fieldSets 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.

on_errorInformation about errors during data delivery.
on_ssl_server_authenticationFired after the server presents its certificate to the client.
on_ssl_statusShows the progress of the secure connection.
on_statusShows the progress of the QuickBooks connection.
on_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 Python Edition - Version 20.0 [Build 7941]