{NumberOfMonths} | #HirePurchaseNoOfMonths {Months} |
{InstallmentAmount} | #HirePurchaseInstallmentAmount[money] |
{InterestRateValue} | #HirePurchaseInterestRateValue[float]% |
{EffectiveInterestRateValue} | #HirePurchaseEffectiveInterestRateValue[float]% |
{BankAccountHolder} | #LOCAL("DefaultBankAccountHolder",#LineItemContainer.Parent.Customer.BillingAddress.BankAccountHolder)#ENDLOCAL |
#IF(NOT(#LineItemContainer.CurrencyID EQ "EUR")) {BankAccountNo} #ELSE IBAN #ENDIF | #LOCAL("DefaultBankAccountNo",#LineItemContainer.Parent.Customer.BillingAddress.BankAccountNo)#ENDLOCAL |
#IF(NOT(#LineItemContainer.CurrencyID EQ "EUR")) {BankCode} #ELSE BIC #ENDIF | #LOCAL("DefaultBankCode",#LineItemContainer.Parent.Customer.BillingAddress.BankCode)#ENDLOCAL |
{BankName} | #LOCAL("DefaultBankName",#LineItemContainer.Parent.Customer.BillingAddress.BankName)#ENDLOCAL |