An order is an itemized list of products and/or services to bill a client for
if this order is representing an account credit
if this order is representing a credited order item
if this order is representing a not rendered order item
DEPRECATED: Deprecated! Will be removed soon. Use 'total' - 'totalPaid' to calculate instead.
DEPRECATED: Please use `subtotalCents`
DEPRECATED: This field is deprecated and will only ever return an order's `otherTaxRate`. Orders now have various tax rate fields you may want to read. Please update your queries to pull from `otherTaxRate`, `cityTaxRate`, `stateTaxRate`, and `countyTaxRate`.
DEPRECATED: Please use `totalAfterTaxCents`
DEPRECATED: Please use `itemDiscountWithOrderDiscountCents`
DEPRECATED: Please use `totalDiscountCents`
DEPRECATED: Please use sum of `memberDiscountCents` and `planDiscountCents`
DEPRECATED: Please use `totalNotRenderedCents`
DEPRECATED: Please use `totalTaxCents`