# `Rapyd.Types.GroupPayment`
[🔗](https://github.com/iamkanishka/rapyd/blob/v1.0.0/lib/rapyd/types/payment.ex#L197)

A group payment that collects funds from multiple payers.

# `t`

```elixir
@type t() :: %Rapyd.Types.GroupPayment{
  amount: float(),
  country: String.t() | nil,
  currency: String.t(),
  expiration: integer() | nil,
  id: String.t(),
  payments: [Rapyd.Types.Payment.t()],
  status: String.t()
}
```

---

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