total

@SerializedName(value = total)
val total: List<BigDecimal>? = null

Parameters

total

Array of total to filter the documents. The value considered is afterTax. Items in the array will compose a logial OR chain in the query. * @param totalGte This is a filter condition greater than or equal on the total value to filter the documents. The value considered is afterTax. All filter conditions will compose a logical AND chain in the query. \\ Example: total.gte=1000.55 * @param totalLte This is a filter condition less than or equal on the total value to filter the documents. The value considered is afterTax. All filter conditions will compose a logical AND chain in the query. \\ Example: total.lte=1000.55 * @param status Array of document status to use for the operation.