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.proofofaddress 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 registrations associated to the customer.protected List<CompanyRegistrationField>
FinancialDocumentV1Document. supplierCompanyRegistrations
List of company registrations 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 registrations associated to the customer.List<CompanyRegistrationField>
FinancialDocumentV1Document. getSupplierCompanyRegistrations()
List of company registrations 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 registrations associated to the customer.protected List<CompanyRegistrationField>
InvoiceV4Document. supplierCompanyRegistrations
List of company registrations 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 registrations associated to the customer.List<CompanyRegistrationField>
InvoiceV4Document. getSupplierCompanyRegistrations()
List of company registrations associated to the supplier. -
Uses of CompanyRegistrationField in com.mindee.product.proofofaddress
Fields in com.mindee.product.proofofaddress with type parameters of type CompanyRegistrationField Modifier and Type Field Description protected List<CompanyRegistrationField>
ProofOfAddressV1Document. issuerCompanyRegistration
List of company registrations found for the issuer.protected List<CompanyRegistrationField>
ProofOfAddressV1Document. recipientCompanyRegistration
List of company registrations found for the recipient.Methods in com.mindee.product.proofofaddress that return types with arguments of type CompanyRegistrationField Modifier and Type Method Description List<CompanyRegistrationField>
ProofOfAddressV1Document. getIssuerCompanyRegistration()
List of company registrations found for the issuer.List<CompanyRegistrationField>
ProofOfAddressV1Document. getRecipientCompanyRegistration()
List of company registrations found for the recipient. -
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 registrations 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 registrations associated to the supplier.
-