A group payment that collects funds from multiple payers.
@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() }