feat: shit shit
This commit is contained in:
155
pkg/api/yandex/ymclient/docs/GetPriceWithVatDTO.md
Normal file
155
pkg/api/yandex/ymclient/docs/GetPriceWithVatDTO.md
Normal file
@@ -0,0 +1,155 @@
|
||||
# GetPriceWithVatDTO
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Value** | Pointer to **float32** | Цена на товар. | [optional]
|
||||
**DiscountBase** | Pointer to **float32** | Зачеркнутая цена. Число должно быть целым. Вы можете указать цену со скидкой от 5 до 99%. Передавайте этот параметр при каждом обновлении цены, если предоставляете скидку на товар. | [optional]
|
||||
**CurrencyId** | Pointer to [**CurrencyType**](CurrencyType.md) | | [optional]
|
||||
**Vat** | Pointer to **int32** | Идентификатор НДС, применяемый для товара: * `2` — НДС 10%. Например, используется при реализации отдельных продовольственных и медицинских товаров. * `5` — НДС 0%. Например, используется при продаже товаров, вывезенных в таможенной процедуре экспорта, или при оказании услуг по международной перевозке товаров. * `6` — НДС не облагается, используется только для отдельных видов услуг. * `7` — НДС 20%. Основной НДС с 2019 года. * `10` — НДС 5%. НДС для упрощенной системы налогообложения (УСН). * `11` — НДС 7%. НДС для упрощенной системы налогообложения (УСН). Если параметр не указан, используется НДС, установленный в кабинете. **Для продавцов :no-translate[Market Yandex Go]** недоступна передача и получение НДС. | [optional]
|
||||
**UpdatedAt** | **time.Time** | Время последнего обновления. |
|
||||
|
||||
## Methods
|
||||
|
||||
### NewGetPriceWithVatDTO
|
||||
|
||||
`func NewGetPriceWithVatDTO(updatedAt time.Time, ) *GetPriceWithVatDTO`
|
||||
|
||||
NewGetPriceWithVatDTO instantiates a new GetPriceWithVatDTO 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
|
||||
|
||||
### NewGetPriceWithVatDTOWithDefaults
|
||||
|
||||
`func NewGetPriceWithVatDTOWithDefaults() *GetPriceWithVatDTO`
|
||||
|
||||
NewGetPriceWithVatDTOWithDefaults instantiates a new GetPriceWithVatDTO 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
|
||||
|
||||
### GetValue
|
||||
|
||||
`func (o *GetPriceWithVatDTO) GetValue() float32`
|
||||
|
||||
GetValue returns the Value field if non-nil, zero value otherwise.
|
||||
|
||||
### GetValueOk
|
||||
|
||||
`func (o *GetPriceWithVatDTO) GetValueOk() (*float32, bool)`
|
||||
|
||||
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetValue
|
||||
|
||||
`func (o *GetPriceWithVatDTO) SetValue(v float32)`
|
||||
|
||||
SetValue sets Value field to given value.
|
||||
|
||||
### HasValue
|
||||
|
||||
`func (o *GetPriceWithVatDTO) HasValue() bool`
|
||||
|
||||
HasValue returns a boolean if a field has been set.
|
||||
|
||||
### GetDiscountBase
|
||||
|
||||
`func (o *GetPriceWithVatDTO) GetDiscountBase() float32`
|
||||
|
||||
GetDiscountBase returns the DiscountBase field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDiscountBaseOk
|
||||
|
||||
`func (o *GetPriceWithVatDTO) GetDiscountBaseOk() (*float32, bool)`
|
||||
|
||||
GetDiscountBaseOk returns a tuple with the DiscountBase field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetDiscountBase
|
||||
|
||||
`func (o *GetPriceWithVatDTO) SetDiscountBase(v float32)`
|
||||
|
||||
SetDiscountBase sets DiscountBase field to given value.
|
||||
|
||||
### HasDiscountBase
|
||||
|
||||
`func (o *GetPriceWithVatDTO) HasDiscountBase() bool`
|
||||
|
||||
HasDiscountBase returns a boolean if a field has been set.
|
||||
|
||||
### GetCurrencyId
|
||||
|
||||
`func (o *GetPriceWithVatDTO) GetCurrencyId() CurrencyType`
|
||||
|
||||
GetCurrencyId returns the CurrencyId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCurrencyIdOk
|
||||
|
||||
`func (o *GetPriceWithVatDTO) GetCurrencyIdOk() (*CurrencyType, bool)`
|
||||
|
||||
GetCurrencyIdOk returns a tuple with the CurrencyId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCurrencyId
|
||||
|
||||
`func (o *GetPriceWithVatDTO) SetCurrencyId(v CurrencyType)`
|
||||
|
||||
SetCurrencyId sets CurrencyId field to given value.
|
||||
|
||||
### HasCurrencyId
|
||||
|
||||
`func (o *GetPriceWithVatDTO) HasCurrencyId() bool`
|
||||
|
||||
HasCurrencyId returns a boolean if a field has been set.
|
||||
|
||||
### GetVat
|
||||
|
||||
`func (o *GetPriceWithVatDTO) GetVat() int32`
|
||||
|
||||
GetVat returns the Vat field if non-nil, zero value otherwise.
|
||||
|
||||
### GetVatOk
|
||||
|
||||
`func (o *GetPriceWithVatDTO) GetVatOk() (*int32, bool)`
|
||||
|
||||
GetVatOk returns a tuple with the Vat field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetVat
|
||||
|
||||
`func (o *GetPriceWithVatDTO) SetVat(v int32)`
|
||||
|
||||
SetVat sets Vat field to given value.
|
||||
|
||||
### HasVat
|
||||
|
||||
`func (o *GetPriceWithVatDTO) HasVat() bool`
|
||||
|
||||
HasVat returns a boolean if a field has been set.
|
||||
|
||||
### GetUpdatedAt
|
||||
|
||||
`func (o *GetPriceWithVatDTO) GetUpdatedAt() time.Time`
|
||||
|
||||
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
|
||||
|
||||
### GetUpdatedAtOk
|
||||
|
||||
`func (o *GetPriceWithVatDTO) GetUpdatedAtOk() (*time.Time, bool)`
|
||||
|
||||
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetUpdatedAt
|
||||
|
||||
`func (o *GetPriceWithVatDTO) SetUpdatedAt(v time.Time)`
|
||||
|
||||
SetUpdatedAt sets UpdatedAt 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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user