# FormattedLine

| Name                      | Type                                                                                                             | Description                         |
| ------------------------- | ---------------------------------------------------------------------------------------------------------------- | ----------------------------------- |
| amount                    | Float                                                                                                            |                                     |
| billingPeriodEnd          | String                                                                                                           |                                     |
| billingPeriodStart        | String                                                                                                           |                                     |
| charge                    | Charge                                                                                                           |                                     |
| chargeKind                | [QuoteChangeKind](https://docs.bunny.com/developer/enums#quotechangekind)                                        |                                     |
| chargeType                | String                                                                                                           | Quote charge or Subscription charge |
| couponId                  | ID                                                                                                               |                                     |
| currencyId                | String                                                                                                           |                                     |
| discount                  | Float                                                                                                            |                                     |
| frequency                 | String                                                                                                           |                                     |
| id                        | ID                                                                                                               |                                     |
| isCoupon                  | Boolean                                                                                                          |                                     |
| isRamp                    | Boolean                                                                                                          |                                     |
| lineText                  | String                                                                                                           |                                     |
| planName                  | String                                                                                                           |                                     |
| position                  | Int                                                                                                              |                                     |
| price                     | Float                                                                                                            |                                     |
| priceDecimals             | Int                                                                                                              |                                     |
| priceListChargeId         | ID                                                                                                               |                                     |
| priceListChargeName       | String                                                                                                           |                                     |
| priceListId               | ID                                                                                                               |                                     |
| priceListName             | String                                                                                                           |                                     |
| priceTiers                | List ([FormattedChargePriceTier](https://docs.bunny.com/developer/api-reference/types/formattedchargepricetier)) |                                     |
| pricingModel              | String                                                                                                           |                                     |
| productName               | String                                                                                                           |                                     |
| prorationRate             | Float                                                                                                            |                                     |
| quantity                  | Int                                                                                                              |                                     |
| showProductNameOnLineItem | Boolean                                                                                                          |                                     |
| taxAmount                 | Float                                                                                                            |                                     |
| taxCode                   | String                                                                                                           |                                     |
| unitOfMeasure             | String                                                                                                           | The feature name                    |
| vatCode                   | String                                                                                                           |                                     |
