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 tax lines information.Methods in com.mindee.product.financialdocument that return Taxes Modifier and Type Method Description Taxes
FinancialDocumentV1Document. getTaxes()
List of tax lines information. -
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 tax line details.Methods in com.mindee.product.invoice that return Taxes Modifier and Type Method Description Taxes
InvoiceV4Document. getTaxes()
List of tax line details. -
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
List of tax lines information.Methods in com.mindee.product.receipt that return Taxes Modifier and Type Method Description Taxes
ReceiptV5Document. getTaxes()
List of tax lines information.
-