- API ›
- Constructors ›
- ShippingOption
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
| id | string | required |
| title | string | required |
| prices | Vector<LabeledPrice> | required |