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

This object represents one shipping option.

Summary

Types

@type t() :: %Telegex.Type.ShippingOption{
  id: String.t(),
  prices: [Telegex.Type.LabeledPrice.t()],
  title: String.t()
}