ex_gram v0.11.0 ExGram.Model.PreCheckoutQuery View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %ExGram.Model.PreCheckoutQuery{
currency: String.t(),
from: ExGram.Model.User.t(),
id: String.t(),
invoice_payload: String.t(),
order_info: ExGram.Model.OrderInfo.t(),
shipping_option_id: String.t(),
total_amount: integer()
}