JournalLine Type
Debit or Credit line used in Journal Entries.
Remarks
Journal Lines are used to move funds from one account to another using the JournalEntry component, and can be used to represent both credits and debits.
Fields
AccountId String |
The account for this line. A reference to the account to be debited or credited. For example, "Checking". Id/Name Reference Properties This property is used to reference an object that is already done within QuickBooks. This may be done with its Id (this property) or its full Name, for which a corresponding property is defined. Using the Id is recommended when feasible, as the Id is guaranteed to never change once defined. Setting the value of this property will set the corresponding Name property to an empty string. | ||||
AccountName String |
The account for this line. A reference to the account to be debited or credited. For example, "Checking". Id/Name Reference Properties This property is used to reference an object that is already done within QuickBooks. This may be done with its Id (this property) or its full Name, for which a corresponding property is defined. Using the Id is recommended when feasible, as the Id is guaranteed to never change once defined. Setting the value of this property will set the corresponding Name property to an empty string. | ||||
Amount String |
Amount of the debit or credit. The total amount of this debit or credit line. Should be a positive number. The amount should be formatted as a string in dollars. | ||||
BillableStatus BillableStatus |
The billing status of this journal line. If the billing status is empty (that is, if no billing status appears in QuickBooks), then BillableStatus will be bsEmpty Values:
| ||||
ClassId String |
Class of the credit line. A reference to the class of this debit or credit line. Used if class tracking is being done with the QuickBooks company. Id/Name Reference Properties This property is used to reference an object that is already done within QuickBooks. This may be done with its Id (this property) or its full Name, for which a corresponding property is defined. Using the Id is recommended when feasible, as the Id is guaranteed to never change once defined. Setting the value of this property will set the corresponding Name property to an empty string. | ||||
ClassName String |
Class of the credit line. A reference to the class of this debit or credit line. Used if class tracking is being done with the QuickBooks company. Name/Id Reference Properties This property is used to reference an object that is already done within QuickBooks. This may be done with its full Name (this property) or its Id, for which a corresponding property is defined. If Name is used, it must contain the full name of the object referred to, as generated by QuickBooks. For hierarchically defined objects, such as Customers, this includes the names of parent objects, and the full name can be determined by reading the FullName special field. Setting the value of this property will set the corresponding Id property to an empty string. | ||||
EntityId String |
An entity Id for this credit or debit line. An Entity refers to a Customer, Vendor, Employee, or "Other Name" associated with this credit line. If AccountId/AccountName is an accounts receivable account, EntityName or EntityId should refer to a customer. If the account is an accounts payable account, Entity should refer to a vendor. Id/Name Reference Properties This property is used to reference an object that is already done within QuickBooks. This may be done with its Id (this property) or its full Name, for which a corresponding property is defined. Using the Id is recommended when feasible, as the Id is guaranteed to never change once defined. Setting the value of this property will set the corresponding Name property to an empty string. | ||||
EntityName String |
An entity name for this credit or debit line. An Entity refers to a Customer, Vendor, Employee, or "Other Name" associated with this credit line. If AccountId/AccountName is an accounts receivable account, EntityName or EntityId should refer to a customer. If the account is an accounts payable account, Entity should refer to a vendor. Id/Name Reference Properties This property is used to reference an object that is already done within QuickBooks. This may be done with its Id (this property) or its full Name, for which a corresponding property is defined. Using the Id is recommended when feasible, as the Id is guaranteed to never change once defined. Setting the value of this property will set the corresponding Name property to an empty string. | ||||
LineId String |
Identification number of the Journal line, used for Updates. If you need to add a new line in a transaction Update request, you can do so by setting the LineId to -1. | ||||
LineType JournalLineTypes |
This field specifies whether the line is a Credit or Debit line. Possible values are:
| ||||
Memo String |
Memo for this line. A memo for this debit or credit line. | ||||
TaxItemId String |
A sales-tax item is used to calculate a single sales tax that is collected at a specified rate and paid to a single agency. A TaxItemId refers to an item on this list. | ||||
TaxItemName String |
A sales-tax item is used to calculate a single sales tax that is collected at a specified rate and paid to a single agency. A TaxItemName refers to an item on this list. |
Constructors
[VB.NET] Public JournalLine() [C#] public JournalLine();