ShippingOption

---types---
shippingOption#b6213cdf id:string title:string prices:Vector<LabeledPrice> = ShippingOption

Belongs to

ShippingOption

In Rust this constructor is a variant of the enums::ShippingOption enum.
Match on it with: if let enums::ShippingOption::ShippingOption(v) = result { ... }

Parameters

idstringrequired
titlestringrequired
pricesVector<LabeledPrice>required