Raw.ShippingOption
Shipping option
shippingOption#b6213cdf id:string title:string prices:Vector<LabeledPrice> = ShippingOption;
export namespace Raw {
export class ShippingOption {
constructor(params: { id: string; title: string; prices: Array<Raw.TypeLabeledPrice> }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xb6213cdf
Property
id
: stringOption id
title
: stringTitle
prices
: Array of Raw.TypeLabeledPriceList of price portions