Telegraph.Model.OrderInfo (telegraph v0.8.1) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Telegraph.Model.OrderInfo{
  email: binary(),
  name: binary(),
  phone_number: binary(),
  shipping_address: Telegraph.Model.ShippingAddress.t()
}