# `Stripe.Params.CreditNoteCreateParams.ShippingCost`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/credit_note_create_params.ex#L125)

Nested parameters.

# `t`

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

* `shipping_rate` - The ID of the shipping rate to use for this order. Max length: 5000.

---

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