MadelineProto/docs/TD_docs/constructors/orderInfo.md

26 lines
609 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
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|
2017-09-29 15:50:59 +02:00
|shipping\_address|[shippingAddress](../constructors/shippingAddress.md) | Yes|User shipping address, nullable|
2017-08-25 15:05:53 +02:00
### Type: [OrderInfo](../types/OrderInfo.md)