# `Stripe.Params.SetupIntentCreateParams.PaymentMethodOptions.Paypal`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/setup_intent_create_params.ex#L862)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.SetupIntentCreateParams.PaymentMethodOptions.Paypal{
  billing_agreement_id: String.t() | nil
}
```

* `billing_agreement_id` - The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer. Max length: 5000.

---

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