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

This object represents information about an order.

Summary

Types

@type t() :: %Telegex.Type.OrderInfo{
  email: String.t() | nil,
  name: String.t() | nil,
  phone_number: String.t() | nil,
  shipping_address: Telegex.Type.ShippingAddress.t() | nil
}