2.1 KiB
GetSupplyRequestDocumentsRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| RequestId | int64 | Идентификатор заявки. {% note warning "Используется только в :no-translate[API]" %} По нему не получится найти заявки в кабинете продавца на Маркете. Для этого используйте `marketplaceRequestId` или `warehouseRequestId`. {% endnote %} |
Methods
NewGetSupplyRequestDocumentsRequest
func NewGetSupplyRequestDocumentsRequest(requestId int64, ) *GetSupplyRequestDocumentsRequest
NewGetSupplyRequestDocumentsRequest instantiates a new GetSupplyRequestDocumentsRequest 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
NewGetSupplyRequestDocumentsRequestWithDefaults
func NewGetSupplyRequestDocumentsRequestWithDefaults() *GetSupplyRequestDocumentsRequest
NewGetSupplyRequestDocumentsRequestWithDefaults instantiates a new GetSupplyRequestDocumentsRequest 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
GetRequestId
func (o *GetSupplyRequestDocumentsRequest) GetRequestId() int64
GetRequestId returns the RequestId field if non-nil, zero value otherwise.
GetRequestIdOk
func (o *GetSupplyRequestDocumentsRequest) GetRequestIdOk() (*int64, bool)
GetRequestIdOk returns a tuple with the RequestId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetRequestId
func (o *GetSupplyRequestDocumentsRequest) SetRequestId(v int64)
SetRequestId sets RequestId field to given value.