render();
}
private void render() {
if (supplierPartyTable.getPdfInvoice().getInvoiceType().getPaymentMeans().size() > 0) {
PaymentMeansType paymentMeansType =
supplierPartyTable.getPdfInvoice().getInvoiceType().getPaymentMeans().get(0);
String supplierBankName =
InvoiceTypeParser.parseFinancialInstitutionName(paymentMeansType.getPayeeFinancialAccount());
String supplierBankAcc =
InvoiceTypeParser.parseFinancialAccountID(paymentMeansType.getPayeeFinancialAccount());
String supplierBankBic =
InvoiceTypeParser.parseFinancialInstitutionID(paymentMeansType.getPayeeFinancialAccount());
if (supplierPartyTable.toBeRendered(org.openinvoice.ubl4j.core.common.text.TextLabel.SUPPLIER_BANK_NAME)) {
addCell(org.openinvoice.ubl4j.core.common.text.TextLabel.SUPPLIER_BANK_NAME_LABEL, supplierBankName);
}
if (supplierPartyTable.toBeRendered(org.openinvoice.ubl4j.core.common.text.TextLabel.SUPPLIER_BANK_ACCOUNT)) {