# `Stripe.Resources.Charge.PaymentMethodDetails.Multibanco`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/charge.ex#L1657)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Charge.PaymentMethodDetails.Multibanco{
  entity: String.t() | nil,
  reference: String.t() | nil
}
```

* `entity` - Entity number associated with this Multibanco payment. Max length: 5000. Nullable.
* `reference` - Reference number associated with this Multibanco payment. Max length: 5000. Nullable.

---

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