batch_elixir v0.2.2 BatchElixir.RestClient.Transactional.Message View Source

Structure for message object in landing object

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %BatchElixir.RestClient.Transactional.Message{
  body: String.t(),
  title: String.t()
}