home

Browse documentation

ezyVet Knowledge Center

Get access to documentation, training, and other high-quality resources.

Twig template variables: Payment

NameClassic template system equivalent?Function
{{ payment.Amount }}{PaymentAmount}Shows the quantity paid of the payment.
{{ payment.ClientContact.BalanceAt }}{PaymentOutstandingBalance}Shows the client's outstanding balance of the payment.
{{ payment.ClientContact.Code }}{ContactCode}Shows the code of the client.
{{ payment.ClientContact.Name }}{ContactName}Shows the name of the client.
Note: This variable uses the format Title Last name, First name.
{{ payment.Comments }}{PaymentComment}Shows the comments of the payment.
{{ payment.Date }}{PaymentDate}Shows the date of the payment.
{{ payment.Number }}{PaymentNumber}Shows the number of the payment.
{{ payment.PaymentMethod }}{PaymentMethod}Shows the payment method of the payment.
{{ payment.department.Name }}NoShows the name of the department.
Note: If your organization uses a single-site configuration, the template variable shows the name of your business. If your organization uses a department configuration or business unit configuration, the variable shows the name of the department that you are signed in to.
{{ payment.department.CompanyNumber }}NoShows the Australian business number of the department.
{{ payment.department.PhysicalAddressText }}NoShows the full address of the department.
Note: If your organization uses a single-site configuration, the template variable shows the address of the business.
{{ payment.department.PhysicalAddress.Line1 }}NoShows the first line of the physical address of the department.
{{ payment.department.PhysicalAddress.Line2 }}NoShows the second line of the physical address of the department.
{{ payment.department.PhysicalAddress.Suburb }}NoShows the suburb of the department.
{{ payment.department.PhysicalAddress.City }}NoShows the city of the department.
{{ payment.department.PhysicalAddress.Region }}NoShows the region of the department.
{{ payment.department.PhysicalAddress.State }}NoShows the state of the department.
{{ payment.department.PhysicalAddress.Country }}NoShows the country of the department.
{{ payment.department.PhysicalAddress.Postcode }}NoShows the postcode of the department.
Note: If your organization uses a single-site configuration, the template variable shows the postcode of the business.
{{ payment.department.Emailaddress }}NoShows the email address of the department.
{{ payment.department.PhoneNumber }}NoShows the phone number of the department.
{{ payment.department.FaxNumber }}NoShows the fax number of the department.
{{ payment.department.Website }}NoShows the website address of the department.
{{ payment.department.BankAccountNumber }}NoShows the bank account number of the department.
{{ payment.department.PaymentReference }}NoShows the payment reference of the department.
{{ payment.department.TaxNumber }}NoShows the tax number of the department.
{{ payment.Details }}{PaymentDetails}Shows the content of the Details box of the payment.