# `Stripe.Params.SourceUpdateParams.SourceOrder`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/source_update_params.ex#L136)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.SourceUpdateParams.SourceOrder{
  items: [Stripe.Params.SourceUpdateParams.SourceOrder.Items.t()] | nil,
  shipping: Stripe.Params.SourceUpdateParams.SourceOrder.Shipping.t() | nil
}
```

* `items` - List of items constituting the order.
* `shipping` - Shipping address for the order. Required if any of the SKUs are for products that have `shippable` set to true.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
