Uses of Class
com.mindee.parsing.standard.PaymentDetailsField
-
Packages that use PaymentDetailsField Package Description com.mindee.product.financialdocument com.mindee.product.invoice -
-
Uses of PaymentDetailsField in com.mindee.product.financialdocument
Fields in com.mindee.product.financialdocument with type parameters of type PaymentDetailsField Modifier and Type Field Description protected List<PaymentDetailsField>
FinancialDocumentV1Document. supplierPaymentDetails
List of payment details associated to the supplier (only for invoices).Methods in com.mindee.product.financialdocument that return types with arguments of type PaymentDetailsField Modifier and Type Method Description List<PaymentDetailsField>
FinancialDocumentV1Document. getSupplierPaymentDetails()
List of payment details associated to the supplier (only for invoices). -
Uses of PaymentDetailsField in com.mindee.product.invoice
Fields in com.mindee.product.invoice with type parameters of type PaymentDetailsField Modifier and Type Field Description protected List<PaymentDetailsField>
InvoiceV4Document. supplierPaymentDetails
List of payment details associated to the supplier of the invoice.Methods in com.mindee.product.invoice that return types with arguments of type PaymentDetailsField Modifier and Type Method Description List<PaymentDetailsField>
InvoiceV4Document. getSupplierPaymentDetails()
List of payment details associated to the supplier of the invoice.
-