Raw.ShippingOption

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