# `Stripe.Params.PaymentLinkCreateParams.ShippingOptions`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/payment_link_create_params.ex#L658)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.PaymentLinkCreateParams.ShippingOptions{
  shipping_rate: String.t() | nil
}
```

* `shipping_rate` - The ID of the Shipping Rate to use for this shipping option. Max length: 5000.

---

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