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 AmountField
GeneratedFeature. asAmountField()
Represent the feature as a standardAmountField
.AmountField
GeneratedObject. 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 AmountField
DeliveryNoteV1Document. totalAmount
The total monetary value of the goods being delivered.Methods in com.mindee.product.deliverynote that return AmountField Modifier and Type Method Description AmountField
DeliveryNoteV1Document. 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 AmountField
FinancialDocumentV1Document. tip
The total amount of tip and gratuityprotected AmountField
FinancialDocumentV1Document. totalAmount
The total amount paid: includes taxes, tips, fees, and other charges.protected AmountField
FinancialDocumentV1Document. totalNet
The net amount paid: does not include taxes, fees, and discounts.protected AmountField
FinancialDocumentV1Document. totalTax
The total amount of taxes.Methods in com.mindee.product.financialdocument that return AmountField Modifier and Type Method Description AmountField
FinancialDocumentV1Document. getTip()
The total amount of tip and gratuityAmountField
FinancialDocumentV1Document. getTotalAmount()
The total amount paid: includes taxes, tips, fees, and other charges.AmountField
FinancialDocumentV1Document. getTotalNet()
The net amount paid: does not include taxes, fees, and discounts.AmountField
FinancialDocumentV1Document. getTotalTax()
The total amount of taxes. -
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 AmountField
EnergyBillV1Document. totalAmount
The total amount to be paid for the energy invoice.protected AmountField
EnergyBillV1Document. totalBeforeTaxes
The total amount to be paid for the energy invoice before taxes.protected AmountField
EnergyBillV1Document. totalTaxes
Total of taxes applied to the invoice.Methods in com.mindee.product.fr.energybill that return AmountField Modifier and Type Method Description AmountField
EnergyBillV1Document. getTotalAmount()
The total amount to be paid for the energy invoice.AmountField
EnergyBillV1Document. getTotalBeforeTaxes()
The total amount to be paid for the energy invoice before taxes.AmountField
EnergyBillV1Document. 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 AmountField
InvoiceV4Document. totalAmount
The total amount paid: includes taxes, tips, fees, and other charges.protected AmountField
InvoiceV4Document. totalNet
The net amount paid: does not include taxes, fees, and discounts.protected AmountField
InvoiceV4Document. totalTax
The total tax: includes all the taxes paid for this invoice.Methods in com.mindee.product.invoice that return AmountField Modifier and Type Method Description AmountField
InvoiceV4Document. getTotalAmount()
The total amount paid: includes taxes, tips, fees, and other charges.AmountField
InvoiceV4Document. getTotalNet()
The net amount paid: does not include taxes, fees, and discounts.AmountField
InvoiceV4Document. getTotalTax()
The total tax: includes all the taxes paid 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 AmountField
NutritionFactsLabelV1Document. servingPerBox
The number of servings in each box of the product.Methods in com.mindee.product.nutritionfactslabel that return AmountField Modifier and Type Method Description AmountField
NutritionFactsLabelV1Document. 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 AmountField
ReceiptV5Document. tip
The total amount of tip and gratuity.protected AmountField
ReceiptV5Document. totalAmount
The total amount paid: includes taxes, discounts, fees, tips, and gratuity.protected AmountField
ReceiptV5Document. totalNet
The net amount paid: does not include taxes, fees, and discounts.protected AmountField
ReceiptV5Document. totalTax
The total amount of taxes.Methods in com.mindee.product.receipt that return AmountField Modifier and Type Method Description AmountField
ReceiptV4Document. getTip()
Total amount of tip and gratuity.AmountField
ReceiptV5Document. getTip()
The total amount of tip and gratuity.AmountField
ReceiptV4Document. getTotalAmount()
total spent including taxes, discounts, fees, tips, and gratuity.AmountField
ReceiptV5Document. getTotalAmount()
The total amount paid: includes taxes, discounts, fees, tips, and gratuity.AmountField
ReceiptV4Document. getTotalNet()
Total amount of the purchase excluding taxes.AmountField
ReceiptV5Document. getTotalNet()
The net amount paid: does not include taxes, fees, and discounts.AmountField
ReceiptV4Document. getTotalTax()
Total tax amount of the purchase.AmountField
ReceiptV5Document. getTotalTax()
The total amount of 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 AmountField
BankCheckV1Document. amount
The amount of the check.Methods in com.mindee.product.us.bankcheck that return AmountField Modifier and Type Method Description AmountField
BankCheckV1Document. getAmount()
The amount of the check.
-