4.3 KiB
OrderBusinessDocumentsDTO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Upd | Pointer to DocumentDTO | [optional] | |
| Ukd | Pointer to DocumentDTO | [optional] | |
| TorgTwelve | Pointer to DocumentDTO | [optional] | |
| Sf | Pointer to DocumentDTO | [optional] | |
| Ksf | Pointer to DocumentDTO | [optional] |
Methods
NewOrderBusinessDocumentsDTO
func NewOrderBusinessDocumentsDTO() *OrderBusinessDocumentsDTO
NewOrderBusinessDocumentsDTO instantiates a new OrderBusinessDocumentsDTO 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
NewOrderBusinessDocumentsDTOWithDefaults
func NewOrderBusinessDocumentsDTOWithDefaults() *OrderBusinessDocumentsDTO
NewOrderBusinessDocumentsDTOWithDefaults instantiates a new OrderBusinessDocumentsDTO 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
GetUpd
func (o *OrderBusinessDocumentsDTO) GetUpd() DocumentDTO
GetUpd returns the Upd field if non-nil, zero value otherwise.
GetUpdOk
func (o *OrderBusinessDocumentsDTO) GetUpdOk() (*DocumentDTO, bool)
GetUpdOk returns a tuple with the Upd field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetUpd
func (o *OrderBusinessDocumentsDTO) SetUpd(v DocumentDTO)
SetUpd sets Upd field to given value.
HasUpd
func (o *OrderBusinessDocumentsDTO) HasUpd() bool
HasUpd returns a boolean if a field has been set.
GetUkd
func (o *OrderBusinessDocumentsDTO) GetUkd() DocumentDTO
GetUkd returns the Ukd field if non-nil, zero value otherwise.
GetUkdOk
func (o *OrderBusinessDocumentsDTO) GetUkdOk() (*DocumentDTO, bool)
GetUkdOk returns a tuple with the Ukd field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetUkd
func (o *OrderBusinessDocumentsDTO) SetUkd(v DocumentDTO)
SetUkd sets Ukd field to given value.
HasUkd
func (o *OrderBusinessDocumentsDTO) HasUkd() bool
HasUkd returns a boolean if a field has been set.
GetTorgTwelve
func (o *OrderBusinessDocumentsDTO) GetTorgTwelve() DocumentDTO
GetTorgTwelve returns the TorgTwelve field if non-nil, zero value otherwise.
GetTorgTwelveOk
func (o *OrderBusinessDocumentsDTO) GetTorgTwelveOk() (*DocumentDTO, bool)
GetTorgTwelveOk returns a tuple with the TorgTwelve field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTorgTwelve
func (o *OrderBusinessDocumentsDTO) SetTorgTwelve(v DocumentDTO)
SetTorgTwelve sets TorgTwelve field to given value.
HasTorgTwelve
func (o *OrderBusinessDocumentsDTO) HasTorgTwelve() bool
HasTorgTwelve returns a boolean if a field has been set.
GetSf
func (o *OrderBusinessDocumentsDTO) GetSf() DocumentDTO
GetSf returns the Sf field if non-nil, zero value otherwise.
GetSfOk
func (o *OrderBusinessDocumentsDTO) GetSfOk() (*DocumentDTO, bool)
GetSfOk returns a tuple with the Sf field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSf
func (o *OrderBusinessDocumentsDTO) SetSf(v DocumentDTO)
SetSf sets Sf field to given value.
HasSf
func (o *OrderBusinessDocumentsDTO) HasSf() bool
HasSf returns a boolean if a field has been set.
GetKsf
func (o *OrderBusinessDocumentsDTO) GetKsf() DocumentDTO
GetKsf returns the Ksf field if non-nil, zero value otherwise.
GetKsfOk
func (o *OrderBusinessDocumentsDTO) GetKsfOk() (*DocumentDTO, bool)
GetKsfOk returns a tuple with the Ksf field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetKsf
func (o *OrderBusinessDocumentsDTO) SetKsf(v DocumentDTO)
SetKsf sets Ksf field to given value.
HasKsf
func (o *OrderBusinessDocumentsDTO) HasKsf() bool
HasKsf returns a boolean if a field has been set.