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.
Summary
Types
@type t() :: %MPP.Plug.MethodEntry{ charge: MPP.Intents.Charge.t(), method: module(), method_config: map(), request: String.t() }