# payment\_pages\_checkout\_session\_shipping\_option

From **Stripe API**.

- Type: `object`

## Properties

### `shipping_amount`

- Required: true
- Type: `integer`

A non-negative integer in cents representing how much to charge.

### `shipping_rate`

- Required: true
The shipping rate.

## JSON Schema

```json
{"properties":{"shipping_amount":{"description":"A non-negative integer in cents representing how much to charge.","type":"integer"},"shipping_rate":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/shipping_rate"}],"description":"The shipping rate.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/shipping_rate"}]}}},"required":["shipping_amount","shipping_rate"],"title":"PaymentPagesCheckoutSessionShippingOption","type":"object","x-expandableFields":["shipping_rate"]}
```
