# `Stripe.Params.CustomerPaymentSourceUpdateParams.Owner`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/customer_payment_source_update_params.ex#L55)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.CustomerPaymentSourceUpdateParams.Owner{
  address:
    Stripe.Params.CustomerPaymentSourceUpdateParams.Owner.Address.t() | nil,
  email: String.t() | nil,
  name: String.t() | nil,
  phone: String.t() | nil
}
```

* `address` - Owner's address.
* `email` - Owner's email address.
* `name` - Owner's full name. Max length: 5000.
* `phone` - Owner's phone number. Max length: 5000.

---

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