feat: shit shit
This commit is contained in:
144
pkg/api/yandex/ymclient/docs/QuarantineOfferDTO.md
Normal file
144
pkg/api/yandex/ymclient/docs/QuarantineOfferDTO.md
Normal file
@@ -0,0 +1,144 @@
|
||||
# QuarantineOfferDTO
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**OfferId** | Pointer to **string** | Ваш :no-translate[SKU] — идентификатор товара в вашей системе. Правила использования :no-translate[SKU]: * У каждого товара :no-translate[SKU] должен быть свой. * Уже заданный :no-translate[SKU] нельзя освободить и использовать заново для другого товара. Каждый товар должен получать новый идентификатор, до того никогда не использовавшийся в вашем каталоге. :no-translate[SKU] товара можно изменить в кабинете продавца на Маркете. О том, как это сделать, читайте [в Справке Маркета для продавцов](https://yandex.ru/support2/marketplace/ru/assortment/operations/edit-sku). [Что такое :no-translate[SKU] и как его назначать](https://yandex.ru/support/marketplace/assortment/add/index.html#fields) | [optional]
|
||||
**CurrentPrice** | Pointer to [**BasePriceDTO**](BasePriceDTO.md) | | [optional]
|
||||
**LastValidPrice** | Pointer to [**BasePriceDTO**](BasePriceDTO.md) | | [optional]
|
||||
**Verdicts** | Pointer to [**[]PriceQuarantineVerdictDTO**](PriceQuarantineVerdictDTO.md) | Причины попадания товара в карантин. | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewQuarantineOfferDTO
|
||||
|
||||
`func NewQuarantineOfferDTO() *QuarantineOfferDTO`
|
||||
|
||||
NewQuarantineOfferDTO instantiates a new QuarantineOfferDTO 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
|
||||
|
||||
### NewQuarantineOfferDTOWithDefaults
|
||||
|
||||
`func NewQuarantineOfferDTOWithDefaults() *QuarantineOfferDTO`
|
||||
|
||||
NewQuarantineOfferDTOWithDefaults instantiates a new QuarantineOfferDTO 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
|
||||
|
||||
### GetOfferId
|
||||
|
||||
`func (o *QuarantineOfferDTO) GetOfferId() string`
|
||||
|
||||
GetOfferId returns the OfferId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetOfferIdOk
|
||||
|
||||
`func (o *QuarantineOfferDTO) GetOfferIdOk() (*string, bool)`
|
||||
|
||||
GetOfferIdOk returns a tuple with the OfferId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetOfferId
|
||||
|
||||
`func (o *QuarantineOfferDTO) SetOfferId(v string)`
|
||||
|
||||
SetOfferId sets OfferId field to given value.
|
||||
|
||||
### HasOfferId
|
||||
|
||||
`func (o *QuarantineOfferDTO) HasOfferId() bool`
|
||||
|
||||
HasOfferId returns a boolean if a field has been set.
|
||||
|
||||
### GetCurrentPrice
|
||||
|
||||
`func (o *QuarantineOfferDTO) GetCurrentPrice() BasePriceDTO`
|
||||
|
||||
GetCurrentPrice returns the CurrentPrice field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCurrentPriceOk
|
||||
|
||||
`func (o *QuarantineOfferDTO) GetCurrentPriceOk() (*BasePriceDTO, bool)`
|
||||
|
||||
GetCurrentPriceOk returns a tuple with the CurrentPrice field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCurrentPrice
|
||||
|
||||
`func (o *QuarantineOfferDTO) SetCurrentPrice(v BasePriceDTO)`
|
||||
|
||||
SetCurrentPrice sets CurrentPrice field to given value.
|
||||
|
||||
### HasCurrentPrice
|
||||
|
||||
`func (o *QuarantineOfferDTO) HasCurrentPrice() bool`
|
||||
|
||||
HasCurrentPrice returns a boolean if a field has been set.
|
||||
|
||||
### GetLastValidPrice
|
||||
|
||||
`func (o *QuarantineOfferDTO) GetLastValidPrice() BasePriceDTO`
|
||||
|
||||
GetLastValidPrice returns the LastValidPrice field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLastValidPriceOk
|
||||
|
||||
`func (o *QuarantineOfferDTO) GetLastValidPriceOk() (*BasePriceDTO, bool)`
|
||||
|
||||
GetLastValidPriceOk returns a tuple with the LastValidPrice field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetLastValidPrice
|
||||
|
||||
`func (o *QuarantineOfferDTO) SetLastValidPrice(v BasePriceDTO)`
|
||||
|
||||
SetLastValidPrice sets LastValidPrice field to given value.
|
||||
|
||||
### HasLastValidPrice
|
||||
|
||||
`func (o *QuarantineOfferDTO) HasLastValidPrice() bool`
|
||||
|
||||
HasLastValidPrice returns a boolean if a field has been set.
|
||||
|
||||
### GetVerdicts
|
||||
|
||||
`func (o *QuarantineOfferDTO) GetVerdicts() []PriceQuarantineVerdictDTO`
|
||||
|
||||
GetVerdicts returns the Verdicts field if non-nil, zero value otherwise.
|
||||
|
||||
### GetVerdictsOk
|
||||
|
||||
`func (o *QuarantineOfferDTO) GetVerdictsOk() (*[]PriceQuarantineVerdictDTO, bool)`
|
||||
|
||||
GetVerdictsOk returns a tuple with the Verdicts field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetVerdicts
|
||||
|
||||
`func (o *QuarantineOfferDTO) SetVerdicts(v []PriceQuarantineVerdictDTO)`
|
||||
|
||||
SetVerdicts sets Verdicts field to given value.
|
||||
|
||||
### HasVerdicts
|
||||
|
||||
`func (o *QuarantineOfferDTO) HasVerdicts() bool`
|
||||
|
||||
HasVerdicts returns a boolean if a field has been set.
|
||||
|
||||
### SetVerdictsNil
|
||||
|
||||
`func (o *QuarantineOfferDTO) SetVerdictsNil(b bool)`
|
||||
|
||||
SetVerdictsNil sets the value for Verdicts to be an explicit nil
|
||||
|
||||
### UnsetVerdicts
|
||||
`func (o *QuarantineOfferDTO) UnsetVerdicts()`
|
||||
|
||||
UnsetVerdicts ensures that no value is present for Verdicts, not even an explicit nil
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user