class ShippingOption
extends _TypeShippingOption
import { ShippingOption } from "https://deno.land/x/mtkruto@0.0.998/tl/2_types.ts";
Constructors
new
ShippingOption(params: { id: string; title: string; prices: Array<TypeLabeledPrice>; })Properties
protected
readonly
[params]: Paramsprices: Array<TypeLabeledPrice>
Static Properties
readonly
[paramDesc]: ParamDesc