# RegulatedOrderVerificationStatus
## Properties
**status** | [**models::VerificationStatus**](VerificationStatus.md) | |
**requires_merchant_action** | **bool** | When true, the regulated information provided in the order requires a review by the merchant. |
**valid_rejection_reasons** | [**Vec<models::RejectionReason>**](RejectionReason.md) | A list of valid rejection reasons that may be used to reject the order's regulated information. |
**rejection_reason** | Option<[**models::RejectionReason**](RejectionReason.md)> | | [optional]
**review_date** | Option<**String**> | The date the order was reviewed. In [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date time format. | [optional]
**external_reviewer_id** | Option<**String**> | The identifier for the order's regulated information reviewer. | [optional]
**valid_verification_details** | Option<[**Vec<models::ValidVerificationDetail>**](ValidVerificationDetail.md)> | A list of valid verification details that may be provided and the criteria required for when the verification detail can be provided. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)