# `Stripe.Resources.Mandate.PaymentMethodDetails.Paypal`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/mandate.ex#L194)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Mandate.PaymentMethodDetails.Paypal{
  billing_agreement_id: String.t() | nil,
  payer_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.
* `payer_id` - PayPal account PayerID. This identifier uniquely identifies the PayPal customer. Max length: 5000. Nullable.

---

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