# `Stripe.Resources.SetupIntent.PaymentMethodOptions.Paypal`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/setup_intent.ex#L373)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.SetupIntent.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. Nullable.

---

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