QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

entity_name Property

An entity name to search for in a transaction.

Syntax

def get_entity_name() -> str: ...
def set_entity_name(value: str) -> None: ...

entity_name = property(get_entity_name, set_entity_name)

Default Value

""

Remarks

An entity name to search for in a transaction. Limits the search to transactions associated with the entity specified by EntityName. For example, if searching for an Invoice EntityName would be the full name of a Customer.

Only applicable to searches for transaction objects, with the following exceptions: BillToPay queries map this to the PayeeEntityName field, and ItemAssembliesCanBuild queries map this to the ItemInventoryAssemblyName field.

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