# OrderItemDetailDTO ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **ItemCount** | **int64** | Количество единиц товара. | **ItemStatus** | [**OrderItemStatusType**](OrderItemStatusType.md) | | **UpdateDate** | **string** | Формат даты: `ДД-ММ-ГГГГ`. | ## Methods ### NewOrderItemDetailDTO `func NewOrderItemDetailDTO(itemCount int64, itemStatus OrderItemStatusType, updateDate string, ) *OrderItemDetailDTO` NewOrderItemDetailDTO instantiates a new OrderItemDetailDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed ### NewOrderItemDetailDTOWithDefaults `func NewOrderItemDetailDTOWithDefaults() *OrderItemDetailDTO` NewOrderItemDetailDTOWithDefaults instantiates a new OrderItemDetailDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set ### GetItemCount `func (o *OrderItemDetailDTO) GetItemCount() int64` GetItemCount returns the ItemCount field if non-nil, zero value otherwise. ### GetItemCountOk `func (o *OrderItemDetailDTO) GetItemCountOk() (*int64, bool)` GetItemCountOk returns a tuple with the ItemCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetItemCount `func (o *OrderItemDetailDTO) SetItemCount(v int64)` SetItemCount sets ItemCount field to given value. ### GetItemStatus `func (o *OrderItemDetailDTO) GetItemStatus() OrderItemStatusType` GetItemStatus returns the ItemStatus field if non-nil, zero value otherwise. ### GetItemStatusOk `func (o *OrderItemDetailDTO) GetItemStatusOk() (*OrderItemStatusType, bool)` GetItemStatusOk returns a tuple with the ItemStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetItemStatus `func (o *OrderItemDetailDTO) SetItemStatus(v OrderItemStatusType)` SetItemStatus sets ItemStatus field to given value. ### GetUpdateDate `func (o *OrderItemDetailDTO) GetUpdateDate() string` GetUpdateDate returns the UpdateDate field if non-nil, zero value otherwise. ### GetUpdateDateOk `func (o *OrderItemDetailDTO) GetUpdateDateOk() (*string, bool)` GetUpdateDateOk returns a tuple with the UpdateDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetUpdateDate `func (o *OrderItemDetailDTO) SetUpdateDate(v string)` SetUpdateDate sets UpdateDate field to given value. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)