ex_gram v0.6.0 ExGram.Model.Invoice View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %ExGram.Model.Invoice{
  currency: String.t(),
  description: String.t(),
  start_parameter: String.t(),
  title: String.t(),
  total_amount: integer()
}