# `MPP.Plug.MethodEntry`
[🔗](https://github.com/ZenHive/mpp/blob/v0.10.0/lib/mpp/plug.ex#L82)

Per-method configuration within a multi-method endpoint.

Holds the pre-computed charge, base64url request string, and server-only
config for a single payment method.

# `t`

```elixir
@type t() :: %MPP.Plug.MethodEntry{
  charge: MPP.Intents.Charge.t(),
  method: module(),
  method_config: map(),
  request: String.t()
}
```

---

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