Interface RequisitionListInterface
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | int32 | Requisition List ID | |
| CustomerId | int32 | Customer ID | |
| Name | string | Requisition List Name | |
| UpdatedAt | string | Requisition List Update Time | |
| Description | string | Requisition List Description | |
| Items | []RequisitionListDataRequisitionListItemInterface | Requisition List Items | |
| ExtensionAttributes | map[string]interface{} | ExtensionInterface class for @see \Magento\RequisitionList\Api\Data\RequisitionListInterface | [optional] |