View Source Telegex.Type.OrderInfo (Telegex v1.0.0-rc.7)
This object represents information about an order.
Link to this section Summary
Link to this section 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 }