View Source Telegex.Type.Invoice (Telegex v1.0.0-rc.5)

This object contains basic information about an invoice.

Link to this section Summary

Link to this section Types

@type t() :: %Telegex.Type.Invoice{
  currency: String.t(),
  description: String.t(),
  start_parameter: String.t(),
  title: String.t(),
  total_amount: integer()
}