TextLabel.INV_ITEM_QUANTITY_LABEL.toLowerCase(),
TextLabel.INV_ITEM_QUANTITY_LABEL.toString(locale)));
invoiceLineHeaderTokens.addToken(new Token(
TextLabel.INV_ITEM_PRICE_LABEL.toLowerCase(),
TextLabel.INV_ITEM_PRICE_LABEL.toString(locale)));
invoiceLineHeaderTokens.addToken(new Token(
TextLabel.INV_ITEM_SUBTOTAL_LABEL.toLowerCase(),
TextLabel.INV_ITEM_SUBTOTAL_LABEL.toString(locale)));
// depending on the configuration, adds the vat rate as a field of the invoice line header
if (ubl4JConfigurationBean.isIncludeVatRateInInvoiceLine()) {