View Source Mobilizon.Events.EventOffer (Mobilizon v4.1.0-alpha.1)

Represents an event offer.

Summary

Types

@type t() :: %Mobilizon.Events.EventOffer{
  id: term(),
  price: float(),
  price_currency: String.t(),
  url: String.t()
}