View Source ExGram.Model.OrderInfo (ex_gram v0.53.0)
This object represents information about an order.
Check the documentation of this model in https://core.telegram.org/bots/api#orderinfo
Summary
Types
@type t() :: %ExGram.Model.OrderInfo{ email: String.t() | nil, name: String.t() | nil, phone_number: String.t() | nil, shipping_address: ExGram.Model.ShippingAddress.t() | nil }