Placeholders for the Order and Charge entities

The following placeholders are used for the Order and Charge entities.

EntityPlaceholderDescription

Order


order.idThe order ID

order.number

The order number
order.status

The order status

order.created_atThe date and time of the order creation
order.chargesThe full information about charges of an order (data will be separated by ".": description, quantity, unit_price, unit_price_without_tax, discount_amount, discounted_unit_price_without_tax, amount_without_tax, period, tax_percent, amount, discount_ids))
order.totalThe total amount of an order in the reseller currency. The placeholder can be used to display the amount with the reseller currency units {{ order.total | format_as_currency }}
order.total_in_original_currencyThe total amount of an order in the plan currency with the plan currency units. Does not require format_as_currency
order.days_passed

The number of days passed after creating an order. Used for the Resend the order event only

Charge

charge.descriptionDetailed information about a charge
charge.quantityThe total quantity of the ordered resources
charge.unit_price_without_taxThe price of a unit of the service excluding VAT
charge.discount_amountThe amount of a discount
charge.discounted_unit_price_without_taxThe amount of a discount per unit of the service excluding VAT
charge.amount_without_taxThe amount of a charge excluding VAT
charge.periodThe period of using the service covered by a charge
charge.tax_percentThe VAT rate
charge.amountThe amount of a charge
charge.operate_fromThe start date of a period covered by a charge. Used to display the "Operate from" parameter in invoices
charge.operate_toThe end date of a period covered by a charge. Used to display the "Operate to" parameter in invoices
charge.name

The name of a resource, subscription, and the covered period for invoices in the following format: from {DD.MM.YYYY} to {DD.MM.YYYY}. The displayed paid period is defined by the operate_from and operate_to parameters of a charge. See also Charges for the subscriptions with different billing types)