View Source Telegex.Type.Invoice (Telegex v1.8.0)

This object contains basic information about an invoice.

Summary

Types

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