# SecondMarketItemSummary ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | Item unique identifier | [optional] [default to null] **number** | **i32** | Number | [optional] [default to null] **start_date** | **String** | Item start date | [optional] [default to null] **planned_close_date** | **String** | Planned close date | [optional] [default to null] **actual_close_date** | **String** | Actual close date | [optional] [default to null] **user_cancelled_on** | **String** | User cancelled on | [optional] [default to null] **loan_part_id** | **String** | LoanPart being sold | [optional] [default to null] **desired_discount_rate** | **f64** | Discount rate percent | [optional] [default to null] **desired_discount_rate_decimal_fraction** | **f64** | Discount rate as fraction (0.0 - 1.0) | [optional] [default to null] **status_code** | **i32** | Current status code <para>0 Created</para><para>1 Open in marketplace</para><para>2 Successfully sold</para><para>3 Failed</para> | [optional] [default to null] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)