Telegraph.Model.ShippingOption (telegraph v0.8.2) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Telegraph.Model.ShippingOption{
  id: binary(),
  prices: [Telegraph.Model.LabeledPrice.t()],
  title: binary()
}