MadelineProto/docs/TD_docs/constructors/shippingOption.md

25 lines
594 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: shippingOption
description: One shipping option
---
## Constructor: shippingOption
[Back to constructors index](index.md)
One shipping option
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|id|[string](../types/string.md) | Yes|Shipping option identifier|
|title|[string](../types/string.md) | Yes|Option title|
|prices|Array of [labeledPrice](../constructors/labeledPrice.md) | Yes|List of objects used to calculate total shipping price|
### Type: [ShippingOption](../types/ShippingOption.md)