Uses of Class
com.mindee.parsing.standard.Taxes
-
Packages that use Taxes Package Description com.mindee.parsing.standard com.mindee.product.financialdocument com.mindee.product.invoice com.mindee.product.receipt -
-
Uses of Taxes in com.mindee.parsing.standard
Methods in com.mindee.parsing.standard that return Taxes Modifier and Type Method Description TaxesTaxesDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext ctx) -
Uses of Taxes in com.mindee.product.financialdocument
Fields in com.mindee.product.financialdocument declared as Taxes Modifier and Type Field Description protected TaxesFinancialDocumentV1Document. taxesList of all taxes on the document.Methods in com.mindee.product.financialdocument that return Taxes Modifier and Type Method Description TaxesFinancialDocumentV1Document. getTaxes()List of all taxes on the document. -
Uses of Taxes in com.mindee.product.invoice
Fields in com.mindee.product.invoice declared as Taxes Modifier and Type Field Description protected TaxesInvoiceV4Document. taxesList of taxes.Methods in com.mindee.product.invoice that return Taxes Modifier and Type Method Description TaxesInvoiceV4Document. getTaxes()List of taxes. -
Uses of Taxes in com.mindee.product.receipt
Fields in com.mindee.product.receipt declared as Taxes Modifier and Type Field Description protected TaxesReceiptV5Document. taxesThe list of taxes present on the receipt.Methods in com.mindee.product.receipt that return Taxes Modifier and Type Method Description TaxesReceiptV5Document. getTaxes()The list of taxes present on the receipt.
-