# `Stripe.Resources.PaymentLink.CustomText.ShippingAddress`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_link.ex#L391)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentLink.CustomText.ShippingAddress{
  message: String.t() | nil
}
```

* `message` - Text may be up to 1200 characters in length. Max length: 500.

---

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