Uses of Class
com.mindee.parsing.standard.AmountField
-
-
Uses of AmountField in com.mindee.parsing.generated
Methods in com.mindee.parsing.generated that return AmountField Modifier and Type Method Description AmountFieldGeneratedFeature. asAmountField()Represent the feature as a standardAmountField.AmountFieldGeneratedObject. asAmountField()Represent the object as a standardAmountField. -
Uses of AmountField in com.mindee.product.deliverynote
Fields in com.mindee.product.deliverynote declared as AmountField Modifier and Type Field Description protected AmountFieldDeliveryNoteV1Document. totalAmountThe total monetary value of the goods being delivered.Methods in com.mindee.product.deliverynote that return AmountField Modifier and Type Method Description AmountFieldDeliveryNoteV1Document. getTotalAmount()The total monetary value of the goods being delivered. -
Uses of AmountField in com.mindee.product.financialdocument
Fields in com.mindee.product.financialdocument declared as AmountField Modifier and Type Field Description protected AmountFieldFinancialDocumentV1Document. tipThe total amount of tip and gratuityprotected AmountFieldFinancialDocumentV1Document. totalAmountThe total amount paid: includes taxes, tips, fees, and other charges.protected AmountFieldFinancialDocumentV1Document. totalNetThe net amount paid: does not include taxes, fees, and discounts.protected AmountFieldFinancialDocumentV1Document. totalTaxThe sum of all taxes present on the document.Methods in com.mindee.product.financialdocument that return AmountField Modifier and Type Method Description AmountFieldFinancialDocumentV1Document. getTip()The total amount of tip and gratuityAmountFieldFinancialDocumentV1Document. getTotalAmount()The total amount paid: includes taxes, tips, fees, and other charges.AmountFieldFinancialDocumentV1Document. getTotalNet()The net amount paid: does not include taxes, fees, and discounts.AmountFieldFinancialDocumentV1Document. getTotalTax()The sum of all taxes present on the document. -
Uses of AmountField in com.mindee.product.fr.energybill
Fields in com.mindee.product.fr.energybill declared as AmountField Modifier and Type Field Description protected AmountFieldEnergyBillV1Document. totalAmountThe total amount to be paid for the energy invoice.protected AmountFieldEnergyBillV1Document. totalBeforeTaxesThe total amount to be paid for the energy invoice before taxes.protected AmountFieldEnergyBillV1Document. totalTaxesTotal of taxes applied to the invoice.Methods in com.mindee.product.fr.energybill that return AmountField Modifier and Type Method Description AmountFieldEnergyBillV1Document. getTotalAmount()The total amount to be paid for the energy invoice.AmountFieldEnergyBillV1Document. getTotalBeforeTaxes()The total amount to be paid for the energy invoice before taxes.AmountFieldEnergyBillV1Document. getTotalTaxes()Total of taxes applied to the invoice. -
Uses of AmountField in com.mindee.product.invoice
Fields in com.mindee.product.invoice declared as AmountField Modifier and Type Field Description protected AmountFieldInvoiceV4Document. totalAmountThe total amount of the invoice: includes taxes, tips, fees, and other charges.protected AmountFieldInvoiceV4Document. totalNetThe net amount of the invoice: does not include taxes, fees, and discounts.protected AmountFieldInvoiceV4Document. totalTaxThe total tax: the sum of all the taxes for this invoice.Methods in com.mindee.product.invoice that return AmountField Modifier and Type Method Description AmountFieldInvoiceV4Document. getTotalAmount()The total amount of the invoice: includes taxes, tips, fees, and other charges.AmountFieldInvoiceV4Document. getTotalNet()The net amount of the invoice: does not include taxes, fees, and discounts.AmountFieldInvoiceV4Document. getTotalTax()The total tax: the sum of all the taxes for this invoice. -
Uses of AmountField in com.mindee.product.nutritionfactslabel
Fields in com.mindee.product.nutritionfactslabel declared as AmountField Modifier and Type Field Description protected AmountFieldNutritionFactsLabelV1Document. servingPerBoxThe number of servings in each box of the product.Methods in com.mindee.product.nutritionfactslabel that return AmountField Modifier and Type Method Description AmountFieldNutritionFactsLabelV1Document. getServingPerBox()The number of servings in each box of the product. -
Uses of AmountField in com.mindee.product.receipt
Fields in com.mindee.product.receipt declared as AmountField Modifier and Type Field Description protected AmountFieldReceiptV5Document. tipThe total amount of tip and gratuity.protected AmountFieldReceiptV5Document. totalAmountThe total amount paid: includes taxes, discounts, fees, tips, and gratuity.protected AmountFieldReceiptV5Document. totalNetThe net amount paid: does not include taxes, fees, and discounts.protected AmountFieldReceiptV5Document. totalTaxThe sum of all taxes.Methods in com.mindee.product.receipt that return AmountField Modifier and Type Method Description AmountFieldReceiptV5Document. getTip()The total amount of tip and gratuity.AmountFieldReceiptV5Document. getTotalAmount()The total amount paid: includes taxes, discounts, fees, tips, and gratuity.AmountFieldReceiptV5Document. getTotalNet()The net amount paid: does not include taxes, fees, and discounts.AmountFieldReceiptV5Document. getTotalTax()The sum of all taxes. -
Uses of AmountField in com.mindee.product.us.bankcheck
Fields in com.mindee.product.us.bankcheck declared as AmountField Modifier and Type Field Description protected AmountFieldBankCheckV1Document. amountThe amount of the check.Methods in com.mindee.product.us.bankcheck that return AmountField Modifier and Type Method Description AmountFieldBankCheckV1Document. getAmount()The amount of the check.
-