Uses of Class
com.mindee.parsing.standard.CompanyRegistrationField
-
Packages that use CompanyRegistrationField Package Description com.mindee.product.financialdocument com.mindee.product.invoice com.mindee.product.receipt -
-
Uses of CompanyRegistrationField in com.mindee.product.financialdocument
Fields in com.mindee.product.financialdocument with type parameters of type CompanyRegistrationField Modifier and Type Field Description protected List<CompanyRegistrationField>
FinancialDocumentV1Document. customerCompanyRegistrations
List of company registration numbers associated to the customer.protected List<CompanyRegistrationField>
FinancialDocumentV1Document. supplierCompanyRegistrations
List of company registration numbers associated to the supplier.Methods in com.mindee.product.financialdocument that return types with arguments of type CompanyRegistrationField Modifier and Type Method Description List<CompanyRegistrationField>
FinancialDocumentV1Document. getCustomerCompanyRegistrations()
List of company registration numbers associated to the customer.List<CompanyRegistrationField>
FinancialDocumentV1Document. getSupplierCompanyRegistrations()
List of company registration numbers associated to the supplier. -
Uses of CompanyRegistrationField in com.mindee.product.invoice
Fields in com.mindee.product.invoice with type parameters of type CompanyRegistrationField Modifier and Type Field Description protected List<CompanyRegistrationField>
InvoiceV4Document. customerCompanyRegistrations
List of company registration numbers associated to the customer.protected List<CompanyRegistrationField>
InvoiceV4Document. supplierCompanyRegistrations
List of company registration numbers associated to the supplier.Methods in com.mindee.product.invoice that return types with arguments of type CompanyRegistrationField Modifier and Type Method Description List<CompanyRegistrationField>
InvoiceV4Document. getCustomerCompanyRegistrations()
List of company registration numbers associated to the customer.List<CompanyRegistrationField>
InvoiceV4Document. getSupplierCompanyRegistrations()
List of company registration numbers associated to the supplier. -
Uses of CompanyRegistrationField in com.mindee.product.receipt
Fields in com.mindee.product.receipt with type parameters of type CompanyRegistrationField Modifier and Type Field Description protected List<CompanyRegistrationField>
ReceiptV5Document. supplierCompanyRegistrations
List of company registration numbers associated to the supplier.Methods in com.mindee.product.receipt that return types with arguments of type CompanyRegistrationField Modifier and Type Method Description List<CompanyRegistrationField>
ReceiptV5Document. getSupplierCompanyRegistrations()
List of company registration numbers associated to the supplier.
-