# `Stripe.Params.PaymentMethodAttachParams`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/payment_method_attach_params.ex#L2)

Parameters for payment method attach.

# `t`

```elixir
@type t() :: %Stripe.Params.PaymentMethodAttachParams{
  customer: String.t() | nil,
  customer_account: String.t() | nil,
  expand: [String.t()] | nil
}
```

* `customer` - The ID of the customer to which to attach the PaymentMethod. Max length: 5000.
* `customer_account` - The ID of the Account representing the customer to which to attach the PaymentMethod. Max length: 5000.
* `expand` - Specifies which fields in the response should be expanded.

---

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