feat: shit shit
This commit is contained in:
		
							
								
								
									
										134
									
								
								pkg/api/yandex/ymclient/docs/CalculateTariffsParametersDTO.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										134
									
								
								pkg/api/yandex/ymclient/docs/CalculateTariffsParametersDTO.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,134 @@
 | 
			
		||||
# CalculateTariffsParametersDTO
 | 
			
		||||
 | 
			
		||||
## Properties
 | 
			
		||||
 | 
			
		||||
Name | Type | Description | Notes
 | 
			
		||||
------------ | ------------- | ------------- | -------------
 | 
			
		||||
**CampaignId** | Pointer to **int64** | Идентификатор кампании.  Его можно узнать с помощью запроса [GET campaigns](../../reference/campaigns/getCampaigns.md) или найти в кабинете продавца на Маркете — нажмите на название своего бизнеса и перейдите на страницу:    * **Модули и :no-translate[API]** → блок **Передача данных Маркету**.   * **Лог запросов** → выпадающий список в блоке **Показывать логи**.  ⚠️ Не передавайте вместо него идентификатор магазина, который указан в кабинете продавца на Маркете рядом с названием магазина и в некоторых отчетах.  У пользователя, который выполняет запрос, должен быть доступ к этой кампании.  Используйте параметр `campaignId`, если уже завершили подключение магазина на Маркете. Иначе вернется пустой список.  Обязательный параметр, если не указан параметр `sellingProgram`. Совместное использование параметров приведет к ошибке.  | [optional] 
 | 
			
		||||
**SellingProgram** | Pointer to [**SellingProgramType**](SellingProgramType.md) |  | [optional] 
 | 
			
		||||
**Frequency** | Pointer to [**PaymentFrequencyType**](PaymentFrequencyType.md) |  | [optional] 
 | 
			
		||||
**Currency** | Pointer to [**CurrencyType**](CurrencyType.md) |  | [optional] 
 | 
			
		||||
 | 
			
		||||
## Methods
 | 
			
		||||
 | 
			
		||||
### NewCalculateTariffsParametersDTO
 | 
			
		||||
 | 
			
		||||
`func NewCalculateTariffsParametersDTO() *CalculateTariffsParametersDTO`
 | 
			
		||||
 | 
			
		||||
NewCalculateTariffsParametersDTO instantiates a new CalculateTariffsParametersDTO 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
 | 
			
		||||
 | 
			
		||||
### NewCalculateTariffsParametersDTOWithDefaults
 | 
			
		||||
 | 
			
		||||
`func NewCalculateTariffsParametersDTOWithDefaults() *CalculateTariffsParametersDTO`
 | 
			
		||||
 | 
			
		||||
NewCalculateTariffsParametersDTOWithDefaults instantiates a new CalculateTariffsParametersDTO 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
 | 
			
		||||
 | 
			
		||||
### GetCampaignId
 | 
			
		||||
 | 
			
		||||
`func (o *CalculateTariffsParametersDTO) GetCampaignId() int64`
 | 
			
		||||
 | 
			
		||||
GetCampaignId returns the CampaignId field if non-nil, zero value otherwise.
 | 
			
		||||
 | 
			
		||||
### GetCampaignIdOk
 | 
			
		||||
 | 
			
		||||
`func (o *CalculateTariffsParametersDTO) GetCampaignIdOk() (*int64, bool)`
 | 
			
		||||
 | 
			
		||||
GetCampaignIdOk returns a tuple with the CampaignId field if it's non-nil, zero value otherwise
 | 
			
		||||
and a boolean to check if the value has been set.
 | 
			
		||||
 | 
			
		||||
### SetCampaignId
 | 
			
		||||
 | 
			
		||||
`func (o *CalculateTariffsParametersDTO) SetCampaignId(v int64)`
 | 
			
		||||
 | 
			
		||||
SetCampaignId sets CampaignId field to given value.
 | 
			
		||||
 | 
			
		||||
### HasCampaignId
 | 
			
		||||
 | 
			
		||||
`func (o *CalculateTariffsParametersDTO) HasCampaignId() bool`
 | 
			
		||||
 | 
			
		||||
HasCampaignId returns a boolean if a field has been set.
 | 
			
		||||
 | 
			
		||||
### GetSellingProgram
 | 
			
		||||
 | 
			
		||||
`func (o *CalculateTariffsParametersDTO) GetSellingProgram() SellingProgramType`
 | 
			
		||||
 | 
			
		||||
GetSellingProgram returns the SellingProgram field if non-nil, zero value otherwise.
 | 
			
		||||
 | 
			
		||||
### GetSellingProgramOk
 | 
			
		||||
 | 
			
		||||
`func (o *CalculateTariffsParametersDTO) GetSellingProgramOk() (*SellingProgramType, bool)`
 | 
			
		||||
 | 
			
		||||
GetSellingProgramOk returns a tuple with the SellingProgram field if it's non-nil, zero value otherwise
 | 
			
		||||
and a boolean to check if the value has been set.
 | 
			
		||||
 | 
			
		||||
### SetSellingProgram
 | 
			
		||||
 | 
			
		||||
`func (o *CalculateTariffsParametersDTO) SetSellingProgram(v SellingProgramType)`
 | 
			
		||||
 | 
			
		||||
SetSellingProgram sets SellingProgram field to given value.
 | 
			
		||||
 | 
			
		||||
### HasSellingProgram
 | 
			
		||||
 | 
			
		||||
`func (o *CalculateTariffsParametersDTO) HasSellingProgram() bool`
 | 
			
		||||
 | 
			
		||||
HasSellingProgram returns a boolean if a field has been set.
 | 
			
		||||
 | 
			
		||||
### GetFrequency
 | 
			
		||||
 | 
			
		||||
`func (o *CalculateTariffsParametersDTO) GetFrequency() PaymentFrequencyType`
 | 
			
		||||
 | 
			
		||||
GetFrequency returns the Frequency field if non-nil, zero value otherwise.
 | 
			
		||||
 | 
			
		||||
### GetFrequencyOk
 | 
			
		||||
 | 
			
		||||
`func (o *CalculateTariffsParametersDTO) GetFrequencyOk() (*PaymentFrequencyType, bool)`
 | 
			
		||||
 | 
			
		||||
GetFrequencyOk returns a tuple with the Frequency field if it's non-nil, zero value otherwise
 | 
			
		||||
and a boolean to check if the value has been set.
 | 
			
		||||
 | 
			
		||||
### SetFrequency
 | 
			
		||||
 | 
			
		||||
`func (o *CalculateTariffsParametersDTO) SetFrequency(v PaymentFrequencyType)`
 | 
			
		||||
 | 
			
		||||
SetFrequency sets Frequency field to given value.
 | 
			
		||||
 | 
			
		||||
### HasFrequency
 | 
			
		||||
 | 
			
		||||
`func (o *CalculateTariffsParametersDTO) HasFrequency() bool`
 | 
			
		||||
 | 
			
		||||
HasFrequency returns a boolean if a field has been set.
 | 
			
		||||
 | 
			
		||||
### GetCurrency
 | 
			
		||||
 | 
			
		||||
`func (o *CalculateTariffsParametersDTO) GetCurrency() CurrencyType`
 | 
			
		||||
 | 
			
		||||
GetCurrency returns the Currency field if non-nil, zero value otherwise.
 | 
			
		||||
 | 
			
		||||
### GetCurrencyOk
 | 
			
		||||
 | 
			
		||||
`func (o *CalculateTariffsParametersDTO) GetCurrencyOk() (*CurrencyType, bool)`
 | 
			
		||||
 | 
			
		||||
GetCurrencyOk returns a tuple with the Currency field if it's non-nil, zero value otherwise
 | 
			
		||||
and a boolean to check if the value has been set.
 | 
			
		||||
 | 
			
		||||
### SetCurrency
 | 
			
		||||
 | 
			
		||||
`func (o *CalculateTariffsParametersDTO) SetCurrency(v CurrencyType)`
 | 
			
		||||
 | 
			
		||||
SetCurrency sets Currency field to given value.
 | 
			
		||||
 | 
			
		||||
### HasCurrency
 | 
			
		||||
 | 
			
		||||
`func (o *CalculateTariffsParametersDTO) HasCurrency() bool`
 | 
			
		||||
 | 
			
		||||
HasCurrency returns a boolean if a field has been set.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
[[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