Nested parameters.
Summary
Types
@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 haveshippableset to true.