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 Taxes
TaxesDeserializer. 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 Taxes
FinancialDocumentV1Document. taxes
List of all taxes on the document.Methods in com.mindee.product.financialdocument that return Taxes Modifier and Type Method Description Taxes
FinancialDocumentV1Document. 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 Taxes
InvoiceV4Document. taxes
List of taxes.Methods in com.mindee.product.invoice that return Taxes Modifier and Type Method Description Taxes
InvoiceV4Document. 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 Taxes
ReceiptV5Document. taxes
The list of taxes present on the receipt.Methods in com.mindee.product.receipt that return Taxes Modifier and Type Method Description Taxes
ReceiptV5Document. getTaxes()
The list of taxes present on the receipt.
-