Uses of Class
com.mindee.parsing.standard.LocaleField
-
Packages that use LocaleField Package Description com.mindee.product.financialdocument com.mindee.product.invoice com.mindee.product.receipt -
-
Uses of LocaleField in com.mindee.product.financialdocument
Fields in com.mindee.product.financialdocument declared as LocaleField Modifier and Type Field Description protected LocaleField
FinancialDocumentV1Document. locale
The locale of the document.Methods in com.mindee.product.financialdocument that return LocaleField Modifier and Type Method Description LocaleField
FinancialDocumentV1Document. getLocale()
The locale of the document. -
Uses of LocaleField in com.mindee.product.invoice
Fields in com.mindee.product.invoice declared as LocaleField Modifier and Type Field Description protected LocaleField
InvoiceV4Document. locale
The locale of the document.Methods in com.mindee.product.invoice that return LocaleField Modifier and Type Method Description LocaleField
InvoiceV4Document. getLocale()
The locale of the document. -
Uses of LocaleField in com.mindee.product.receipt
Fields in com.mindee.product.receipt declared as LocaleField Modifier and Type Field Description protected LocaleField
ReceiptV5Document. locale
The locale of the document.Methods in com.mindee.product.receipt that return LocaleField Modifier and Type Method Description LocaleField
ReceiptV5Document. getLocale()
The locale of the document.
-