# `Rapyd.Types.Fee`
[🔗](https://github.com/iamkanishka/rapyd/blob/v1.0.0/lib/rapyd/types/shared.ex#L49)

A single fee rule (percentage or absolute) applied to a payment.

# `t`

```elixir
@type t() :: %Rapyd.Types.Fee{
  calc_type: String.t(),
  fee_type: String.t(),
  value: float()
}
```

---

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