3.8 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	GenerateJewelryFiscalReportRequest
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| CampaignId | int64 | Идентификатор кампании. Его можно узнать с помощью запроса GET campaigns или найти в кабинете продавца на Маркете — нажмите на название своего бизнеса и перейдите на страницу: * Модули и :no-translate[API] → блок Передача данных Маркету. * Лог запросов → выпадающий список в блоке Показывать логи. ⚠️ Не передавайте вместо него идентификатор магазина, который указан в кабинете продавца на Маркете рядом с названием магазина и в некоторых отчетах. | |
| DateFrom | string | Начало периода, включительно. | |
| DateTo | string | Конец периода, включительно. | 
Methods
NewGenerateJewelryFiscalReportRequest
func NewGenerateJewelryFiscalReportRequest(campaignId int64, dateFrom string, dateTo string, ) *GenerateJewelryFiscalReportRequest
NewGenerateJewelryFiscalReportRequest instantiates a new GenerateJewelryFiscalReportRequest 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
NewGenerateJewelryFiscalReportRequestWithDefaults
func NewGenerateJewelryFiscalReportRequestWithDefaults() *GenerateJewelryFiscalReportRequest
NewGenerateJewelryFiscalReportRequestWithDefaults instantiates a new GenerateJewelryFiscalReportRequest 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 *GenerateJewelryFiscalReportRequest) GetCampaignId() int64
GetCampaignId returns the CampaignId field if non-nil, zero value otherwise.
GetCampaignIdOk
func (o *GenerateJewelryFiscalReportRequest) 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 *GenerateJewelryFiscalReportRequest) SetCampaignId(v int64)
SetCampaignId sets CampaignId field to given value.
GetDateFrom
func (o *GenerateJewelryFiscalReportRequest) GetDateFrom() string
GetDateFrom returns the DateFrom field if non-nil, zero value otherwise.
GetDateFromOk
func (o *GenerateJewelryFiscalReportRequest) GetDateFromOk() (*string, bool)
GetDateFromOk returns a tuple with the DateFrom field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDateFrom
func (o *GenerateJewelryFiscalReportRequest) SetDateFrom(v string)
SetDateFrom sets DateFrom field to given value.
GetDateTo
func (o *GenerateJewelryFiscalReportRequest) GetDateTo() string
GetDateTo returns the DateTo field if non-nil, zero value otherwise.
GetDateToOk
func (o *GenerateJewelryFiscalReportRequest) GetDateToOk() (*string, bool)
GetDateToOk returns a tuple with the DateTo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDateTo
func (o *GenerateJewelryFiscalReportRequest) SetDateTo(v string)
SetDateTo sets DateTo field to given value.