Charge (Custom Templates)

The following are available attributes. Select the link to navigate directly to that attribute:


Charge Type

charge.job_charge_type.name

Returns the charge type for a charge.


Created On

charge.created_on

Returns the date the charge was created on.


Description

charge.description

Returns the description of the charge.


Details

charge.details

Returns the QuickBooks® details of the charge.


Item

charge.item

Returns the item associated with the charge. The object returned is an item object and must be used in combination with any of the item attributes, as in the example below. See the Item (Custom Templates) article for a full list of available attributes.


Input

#{{ charge.item.name }} #{{ charge.item.price }}

Output

Toilet Repair $150.00


Quantity

charge.quantity

Returns the quantity for the charge.


Total

charge.total

Returns the total for the charge.


Unit Price

charge.price_per_unit

Returns the unit price of the charge.


Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.