Orders - Models -ID Verification Information
Key | Type | Example Value | Description |
---|---|---|---|
contains | array of string | ["alcohol"] | Specify the types of items included in this order |
min_age | integer | 18 | The minimum age |
Example ID Verification Information
{
"contains": ["alcohol"],
"min_age": 18
}