26 lines
602 B
Markdown
26 lines
602 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](../types/shippingAddress.md) | Yes|User shipping address, nullable|
|
|
|
|
|
|
|
|
### Type: [OrderInfo](../types/OrderInfo.md)
|
|
|
|
|