Uses of Interface
com.mindee.parsing.standard.LineItemField
-
-
Uses of LineItemField in com.mindee.parsing
Methods in com.mindee.parsing with type parameters of type LineItemField Modifier and Type Method Description static <T extends LineItemField>
StringSummaryHelper. arrayToString(List<T> lineItems, int[] columnSizes)
-
Uses of LineItemField in com.mindee.parsing.standard
Classes in com.mindee.parsing.standard that implement LineItemField Modifier and Type Class Description class
CompanyRegistrationField
Represent a company registration.class
TaxField
Represent a tax line. -
Uses of LineItemField in com.mindee.product.billoflading
Classes in com.mindee.product.billoflading that implement LineItemField Modifier and Type Class Description class
BillOfLadingV1CarrierItem
The goods being shipped. -
Uses of LineItemField in com.mindee.product.financialdocument
Classes in com.mindee.product.financialdocument that implement LineItemField Modifier and Type Class Description class
FinancialDocumentV1LineItem
List of line item details. -
Uses of LineItemField in com.mindee.product.fr.energybill
Classes in com.mindee.product.fr.energybill that implement LineItemField Modifier and Type Class Description class
EnergyBillV1EnergyUsage
Details of energy consumption.class
EnergyBillV1Subscription
The subscription details fee for the energy service.class
EnergyBillV1TaxesAndContribution
Details of Taxes and Contributions. -
Uses of LineItemField in com.mindee.product.fr.payslip
Classes in com.mindee.product.fr.payslip that implement LineItemField Modifier and Type Class Description class
PayslipV2SalaryDetail
Detailed information about the earnings.class
PayslipV3PaidTimeOff
Information about paid time off.class
PayslipV3SalaryDetail
Detailed information about the earnings. -
Uses of LineItemField in com.mindee.product.invoice
Classes in com.mindee.product.invoice that implement LineItemField Modifier and Type Class Description class
InvoiceV4LineItem
List of line item details. -
Uses of LineItemField in com.mindee.product.nutritionfactslabel
Classes in com.mindee.product.nutritionfactslabel that implement LineItemField Modifier and Type Class Description class
NutritionFactsLabelV1Nutrient
The amount of nutrients in the product. -
Uses of LineItemField in com.mindee.product.receipt
Classes in com.mindee.product.receipt that implement LineItemField Modifier and Type Class Description class
ReceiptV5LineItem
List of line item details. -
Uses of LineItemField in com.mindee.product.resume
Classes in com.mindee.product.resume that implement LineItemField Modifier and Type Class Description class
ResumeV1Certificate
The list of certificates obtained by the candidate.class
ResumeV1Education
The list of the candidate's educational background.class
ResumeV1Language
The list of languages that the candidate is proficient in.class
ResumeV1ProfessionalExperience
The list of the candidate's professional experiences.class
ResumeV1SocialNetworksUrl
The list of social network profiles of the candidate. -
Uses of LineItemField in com.mindee.product.us.healthcarecard
Classes in com.mindee.product.us.healthcarecard that implement LineItemField Modifier and Type Class Description class
HealthcareCardV1Copay
Is a fixed amount for a covered service. -
Uses of LineItemField in com.mindee.product.us.usmail
Classes in com.mindee.product.us.usmail that implement LineItemField Modifier and Type Class Description class
UsMailV2RecipientAddress
The addresses of the recipients.class
UsMailV3RecipientAddress
The addresses of the recipients.
-