# quotes\_resource\_computed

From **Stripe API**.

- Type: `object`

## Properties

### `recurring`

- Required: false
- Nullable: true

The definitive totals and line items the customer will be charged on a recurring basis. Takes into account the line items with recurring prices and discounts with `duration=forever` coupons only. Defaults to `null` if no inputted line items with recurring prices.

### `upfront`

- Required: true
- Type: `object`

## JSON Schema

```json
{"properties":{"recurring":{"anyOf":[{"$ref":"#/components/schemas/quotes_resource_recurring"}],"description":"The definitive totals and line items the customer will be charged on a recurring basis. Takes into account the line items with recurring prices and discounts with `duration=forever` coupons only. Defaults to `null` if no inputted line items with recurring prices.","nullable":true},"upfront":{"$ref":"#/components/schemas/quotes_resource_upfront"}},"required":["upfront"],"title":"QuotesResourceComputed","type":"object","x-expandableFields":["recurring","upfront"]}
```
