24 lines
751 B
Markdown
24 lines
751 B
Markdown
|
---
|
||
|
title: validatedOrderInfo
|
||
|
description: Contains temporary identifier of validated order information stored for an hour and available shipping options
|
||
|
---
|
||
|
## Constructor: validatedOrderInfo
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Contains temporary identifier of validated order information stored for an hour and available shipping options
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|order\_info\_id|[string](../types/string.md) | Yes|Temporary identifier of order information|
|
||
|
|shipping\_options|Array of [shippingOption](../constructors/shippingOption.md) | Yes|Available shipping options|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [ValidatedOrderInfo](../types/ValidatedOrderInfo.md)
|
||
|
|
||
|
|