Examples of MonetaryTotalType


Examples of oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2.MonetaryTotalType

        pdfInvoice.add(table);
    }

    private InvoiceLineTable createTotalRows(InvoiceLineTable table) {

        MonetaryTotalType monetaryTotalType = pdfInvoice.getInvoiceType().getLegalMonetaryTotal();

        CurrencyDecimal total = createGrandTotal(monetaryTotalType);
        CurrencyDecimal subtotal = createSubTotal(monetaryTotalType);
        CurrencyDecimal totalTax = total.subtract(subtotal);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.