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

One wallet's share in a split or group payment.

# `t`

```elixir
@type t() :: %Rapyd.Types.EWalletSplit{
  amount: float() | nil,
  ewallet: String.t(),
  percentage: float() | nil
}
```

---

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