# QuoteCharge

| Name                 | Type                                                                                                   | Description                               |
| -------------------- | ------------------------------------------------------------------------------------------------------ | ----------------------------------------- |
| amount               | Float                                                                                                  |                                           |
| amountsByPeriod      | List ([PeriodAmount](https://docs.bunny.com/developer/api-reference/types/periodamount))               |                                           |
| billingPeriod        | [BillingPeriod](https://docs.bunny.com/developer/enums#billingperiod)                                  |                                           |
| billingPeriodAmounts | List ([BillingPeriodAmount](https://docs.bunny.com/developer/api-reference/types/billingperiodamount)) |                                           |
| chargeType           | [ChargeType](https://docs.bunny.com/developer/enums#chargetype)                                        |                                           |
| coupon               | [Coupon](https://docs.bunny.com/developer/api-reference/types/coupon)                                  |                                           |
| couponId             | ID                                                                                                     |                                           |
| createdAt            | ISO8601DateTime                                                                                        |                                           |
| currencyId           | ID                                                                                                     |                                           |
| currentPrice         | Float                                                                                                  |                                           |
| currentQuantity      | Int                                                                                                    |                                           |
| discount             | Float                                                                                                  |                                           |
| endDate              | ISO8601Date                                                                                            |                                           |
| evergreen            | Boolean                                                                                                |                                           |
| feature              | [Feature](https://docs.bunny.com/developer/api-reference/types/feature)                                |                                           |
| id                   | ID                                                                                                     |                                           |
| invoiceLineText      | String                                                                                                 |                                           |
| isRamp               | Boolean                                                                                                |                                           |
| isTrial              | Boolean                                                                                                |                                           |
| kind                 | [QuoteChangeKind](https://docs.bunny.com/developer/enums#quotechangekind)                              |                                           |
| name                 | String                                                                                                 |                                           |
| price                | Float                                                                                                  |                                           |
| priceDecimals        | Int                                                                                                    |                                           |
| priceList            | [PriceList](https://docs.bunny.com/developer/api-reference/types/pricelist)                            |                                           |
| priceListCharge      | [PriceListCharge](https://docs.bunny.com/developer/api-reference/types/pricelistcharge)                |                                           |
| priceListChargeId    | ID                                                                                                     |                                           |
| priceTiers           | List ([QuotePriceTier](https://docs.bunny.com/developer/api-reference/types/quotepricetier))           |                                           |
| pricingModel         | [PricingModel](https://docs.bunny.com/developer/enums#pricingmodel)                                    |                                           |
| prorationRate        | Float                                                                                                  |                                           |
| quantity             | Int                                                                                                    |                                           |
| quantityMax          | Int                                                                                                    |                                           |
| quantityMin          | Int                                                                                                    |                                           |
| quoteChange          | [QuoteChange](https://docs.bunny.com/developer/api-reference/types/quotechange)                        |                                           |
| quoteChangeId        | ID                                                                                                     |                                           |
| startDate            | ISO8601Date                                                                                            |                                           |
| subscriptionCharge   | [SubscriptionCharge](https://docs.bunny.com/developer/api-reference/types/subscriptioncharge)          |                                           |
| subtotal             | Float                                                                                                  |                                           |
| taxAmount            | Float                                                                                                  |                                           |
| taxCode              | String                                                                                                 |                                           |
| tieredAveragePrice   | Float                                                                                                  | Average price value when charge is Tiered |
| updatedAt            | ISO8601DateTime                                                                                        |                                           |
| vatCode              | String                                                                                                 |                                           |
