QuoteChargeAttributes

Attributes of the QuoteChargeAttributes type

{
  "id": "456123",
  "name": "",
  "code": "",
  "priceListChargeId": "456123",
  "quantity": 123,
  "discount": "1.00",
  "price": "BigDecimal",
  "subtotal": "BigDecimal",
  "startDate": "2022-06-01",
  "endDate": "2022-06-01",
  "evergreen": true,
  "priceTiers": [
    {
      "starts": 123,
      "price": "BigDecimal"
    }
  ]
}
Name
Type
Description

id

ID

name

String

code

String

priceListChargeId

ID

quantity

Int

discount

Float

Discount rate for the charge

price

BigDecimal

subtotal

BigDecimal

startDate

ISO8601Date

endDate

ISO8601Date

evergreen

Boolean

priceTiers

Last updated

Was this helpful?