# ParcelBoxRequestDTO ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **FulfilmentId** | Pointer to **string** | {% note warning \"Не используйте этот параметр.\" %}   {% endnote %} | [optional] ## Methods ### NewParcelBoxRequestDTO `func NewParcelBoxRequestDTO() *ParcelBoxRequestDTO` NewParcelBoxRequestDTO instantiates a new ParcelBoxRequestDTO 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 ### NewParcelBoxRequestDTOWithDefaults `func NewParcelBoxRequestDTOWithDefaults() *ParcelBoxRequestDTO` NewParcelBoxRequestDTOWithDefaults instantiates a new ParcelBoxRequestDTO 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 ### GetFulfilmentId `func (o *ParcelBoxRequestDTO) GetFulfilmentId() string` GetFulfilmentId returns the FulfilmentId field if non-nil, zero value otherwise. ### GetFulfilmentIdOk `func (o *ParcelBoxRequestDTO) GetFulfilmentIdOk() (*string, bool)` GetFulfilmentIdOk returns a tuple with the FulfilmentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetFulfilmentId `func (o *ParcelBoxRequestDTO) SetFulfilmentId(v string)` SetFulfilmentId sets FulfilmentId field to given value. ### HasFulfilmentId `func (o *ParcelBoxRequestDTO) HasFulfilmentId() bool` HasFulfilmentId 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)