Rapyd.Types.GroupPayment (rapyd v1.0.0)

Copy Markdown View Source

A group payment that collects funds from multiple payers.

Summary

Types

t()

@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()
}