View Source Telegex.Type.ShippingOption (Telegex v1.0.0-rc.3)
This object represents one shipping option.
Link to this section Summary
Link to this section Types
@type t() :: %Telegex.Type.ShippingOption{ id: String.t(), prices: [Telegex.Type.LabeledPrice.t()], title: String.t() }