MadelineProto/docs/TD_docs/constructors/orderInfo.md
Daniil Gentili 8600a2fcba docufix
2017-09-29 15:50:59 +02:00

26 lines
609 B
Markdown

---
title: orderInfo
description: Order information
---
## Constructor: orderInfo
[Back to constructors index](index.md)
Order information
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|name|[string](../types/string.md) | Yes|User name|
|phone\_number|[string](../types/string.md) | Yes|User's phone number|
|email|[string](../types/string.md) | Yes|User email|
|shipping\_address|[shippingAddress](../constructors/shippingAddress.md) | Yes|User shipping address, nullable|
### Type: [OrderInfo](../types/OrderInfo.md)