# PriceListCharge

| Name                      | Type                                                                                                   | Description                                                                                              |
| ------------------------- | ------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------- |
| accountingCode            | String                                                                                                 |                                                                                                          |
| avalaraAfcSaleType        | String                                                                                                 |                                                                                                          |
| avalaraAfcServiceType     | String                                                                                                 |                                                                                                          |
| avalaraAfcTransactionType | String                                                                                                 |                                                                                                          |
| basePrice                 | Float                                                                                                  | Flat price or price of first tier if tiered or volume pricing                                            |
| billingPeriod             | [BillingPeriod](https://docs.bunny.com/developer/enums#billingperiod)                                  |                                                                                                          |
| chargeType                | [ChargeType](https://docs.bunny.com/developer/enums#chargetype)                                        |                                                                                                          |
| code                      | String                                                                                                 |                                                                                                          |
| createdAt                 | ISO8601DateTime                                                                                        |                                                                                                          |
| deprecated                | Boolean                                                                                                | Whether the price list charge is deprecated                                                              |
| feature                   | [Feature](https://docs.bunny.com/developer/api-reference/types/feature)                                |                                                                                                          |
| featureAddon              | Boolean                                                                                                | True if the charge is a feature add-on                                                                   |
| featureId                 | ID                                                                                                     |                                                                                                          |
| financialAccount          | [FinancialAccount](https://docs.bunny.com/developer/api-reference/types/financialaccount)              |                                                                                                          |
| financialAccountId        | ID                                                                                                     |                                                                                                          |
| hidePeriodsOnInvoice      | Boolean                                                                                                | Controls whether to hide billing periods on invoices                                                     |
| id                        | ID                                                                                                     |                                                                                                          |
| isTelecomCharge           | Boolean                                                                                                |                                                                                                          |
| longName                  | String                                                                                                 |                                                                                                          |
| name                      | String                                                                                                 |                                                                                                          |
| plan                      | [Plan](https://docs.bunny.com/developer/api-reference/types/plan)                                      |                                                                                                          |
| position                  | Int                                                                                                    |                                                                                                          |
| price                     | BigDecimal                                                                                             |                                                                                                          |
| priceDecimals             | Int                                                                                                    |                                                                                                          |
| priceDescription          | String                                                                                                 | One-line summary of pricing before discounts                                                             |
| priceList                 | [PriceList](https://docs.bunny.com/developer/api-reference/types/pricelist)                            |                                                                                                          |
| priceListChargeTiers      | List ([PriceListChargeTier](https://docs.bunny.com/developer/api-reference/types/pricelistchargetier)) |                                                                                                          |
| priceListId               | ID                                                                                                     |                                                                                                          |
| pricingModel              | [PricingModel](https://docs.bunny.com/developer/enums#pricingmodel)                                    |                                                                                                          |
| product                   | [Product](https://docs.bunny.com/developer/api-reference/types/product)                                |                                                                                                          |
| productId                 | ID                                                                                                     |                                                                                                          |
| quantityMax               | Int                                                                                                    |                                                                                                          |
| quantityMin               | Int                                                                                                    |                                                                                                          |
| recognitionPeriod         | Int                                                                                                    |                                                                                                          |
| removeOnRenewal           | Boolean                                                                                                | Whether the price list charge should be removed on renewal once it has been deprecated                   |
| roundUpInterval           | Int                                                                                                    |                                                                                                          |
| selfServiceQuantity       | Boolean                                                                                                |                                                                                                          |
| showPriceAsMonthly        | Boolean                                                                                                |                                                                                                          |
| specificInvoiceLineText   | String                                                                                                 |                                                                                                          |
| taxCode                   | String                                                                                                 |                                                                                                          |
| updatedAt                 | ISO8601DateTime                                                                                        |                                                                                                          |
| usageCalculationType      | [UsageCalculation](https://docs.bunny.com/developer/enums#usagecalculation)                            | Describes how usage should be aggregated during a billing period. Must be one of sum, max, last, average |
