Object

EstimateItem

Usage Example
query {
# Use this type in your queries
someQuery {
declined
department
discounted
dispenseFee
estimate
}
}

Fields

declinedBoolean
departmentDepartment
discountedBoolean
dispenseFeeDecimal
estimateEstimate
hiddenBoolean
highPriceDecimal
highQuantityDecimal
highSubtotalCentsInt
highTotalPrice
highTotalBeforeTaxCentsInt
idID!required
inPackageBoolean
insertedAtNaiveDateTime
isPackageBoolean
isSecretlyIncludedBoolean
isTaxedBoolean
DEPRECATED: This field is deprecated and will only ever return an estimate item's `is_taxed_other`. EstimateItems now have various tax rate fields you may want to read. Please update your queries to pull from `isTaxedOther`, `isTaxedCity`, `isTaxedState`, and `isTaxedCounty`.
isTaxedCityBoolean
isTaxedCountyBoolean
isTaxedOtherBoolean
isTaxedStateBoolean
lineDiscountDecimal
lineDiscountTypeDiscountType
lowPriceDecimal
lowQuantityDecimal
lowSubtotalCentsInt
lowTotalPrice
lowTotalBeforeTaxCentsInt
minimumPriceDecimal
nameString
patientPatient
percentDiscountedDecimal
positionInt
priceIncludedBoolean
productProduct
productIdID
providerProvider
sourceEstimateItemIdID
undeletableBoolean
unitPriceDecimal
volumeTiers[PriceTier]