# FormattedQuote

| Name                   | Type                                                                                     | Description |
| ---------------------- | ---------------------------------------------------------------------------------------- | ----------- |
| acceptedAt             | ISO8601DateTime                                                                          |             |
| acceptedByName         | String                                                                                   |             |
| acceptedByTitle        | String                                                                                   |             |
| amount                 | Float                                                                                    |             |
| amountDue              | Float                                                                                    |             |
| amountsByPeriod        | List ([PeriodAmount](https://docs.bunny.com/developer/api-reference/types/periodamount)) |             |
| approvalRequest        | [ApprovalRequest](https://docs.bunny.com/developer/api-reference/types/approvalrequest)  |             |
| billingCity            | String                                                                                   |             |
| billingCountry         | String                                                                                   |             |
| billingState           | String                                                                                   |             |
| billingStreet          | String                                                                                   |             |
| billingZip             | String                                                                                   |             |
| contactEmail           | String                                                                                   |             |
| contactName            | String                                                                                   |             |
| currency               | String                                                                                   |             |
| customerBillingCity    | String                                                                                   |             |
| customerBillingCountry | String                                                                                   |             |
| customerBillingState   | String                                                                                   |             |
| customerBillingStreet  | String                                                                                   |             |
| customerBillingZip     | String                                                                                   |             |
| customerName           | String                                                                                   |             |
| dealOwnerEmail         | String                                                                                   |             |
| dealOwnerName          | String                                                                                   |             |
| discount               | Float                                                                                    |             |
| discountValue          | Float                                                                                    |             |
| documents              | List ([Document](https://docs.bunny.com/developer/api-reference/types/document))         |             |
| duration               | String                                                                                   |             |
| endDate                | ISO8601Date                                                                              |             |
| evergreen              | Boolean                                                                                  |             |
| expiresAt              | ISO8601Date                                                                              |             |
| files                  | List ([Document](https://docs.bunny.com/developer/api-reference/types/document))         |             |
| formattedLines         | List ([QuoteLine](https://docs.bunny.com/developer/api-reference/types/quoteline))       |             |
| html                   | String                                                                                   |             |
| netPaymentDays         | Int                                                                                      |             |
| notes                  | String                                                                                   |             |
| number                 | String                                                                                   |             |
| payableId              | ID                                                                                       |             |
| poNumberRequired       | Boolean                                                                                  |             |
| quote                  | [Quote](https://docs.bunny.com/developer/api-reference/types/quote)                      |             |
| salesContactEmail      | String                                                                                   |             |
| sharedAt               | ISO8601Date                                                                              |             |
| startDate              | ISO8601Date                                                                              |             |
| state                  | [QuoteState](https://docs.bunny.com/developer/enums#quotestate)                          |             |
| subtotal               | Float                                                                                    |             |
| taxAmount              | Float                                                                                    |             |
| taxId                  | String                                                                                   |             |
| taxNumberLabel         | String                                                                                   |             |
| taxNumberRequired      | Boolean                                                                                  |             |
| taxType                | String                                                                                   |             |
| vendorName             | String                                                                                   |             |
