Telegraph.Model.PreCheckoutQuery (telegraph v0.8.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Telegraph.Model.PreCheckoutQuery{
  currency: binary(),
  from: Telegraph.Model.User.t(),
  id: binary(),
  invoice_payload: binary(),
  order_info: Telegraph.Model.OrderInfo.t(),
  shipping_option_id: binary(),
  total_amount: integer()
}