feat: shit shit

This commit is contained in:
2025-08-15 11:10:28 +03:00
parent 0c86228095
commit 38acc4a443
1402 changed files with 453050 additions and 111 deletions

View File

@@ -0,0 +1,134 @@
# OrderBusinessBuyerDTO
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Inn** | Pointer to **string** | ИНН. | [optional]
**Kpp** | Pointer to **string** | КПП. | [optional]
**OrganizationName** | Pointer to **string** | Наименование юридического лица. | [optional]
**OrganizationJurAddress** | Pointer to **string** | Юридический адрес. | [optional]
## Methods
### NewOrderBusinessBuyerDTO
`func NewOrderBusinessBuyerDTO() *OrderBusinessBuyerDTO`
NewOrderBusinessBuyerDTO instantiates a new OrderBusinessBuyerDTO 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
### NewOrderBusinessBuyerDTOWithDefaults
`func NewOrderBusinessBuyerDTOWithDefaults() *OrderBusinessBuyerDTO`
NewOrderBusinessBuyerDTOWithDefaults instantiates a new OrderBusinessBuyerDTO 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
### GetInn
`func (o *OrderBusinessBuyerDTO) GetInn() string`
GetInn returns the Inn field if non-nil, zero value otherwise.
### GetInnOk
`func (o *OrderBusinessBuyerDTO) GetInnOk() (*string, bool)`
GetInnOk returns a tuple with the Inn field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetInn
`func (o *OrderBusinessBuyerDTO) SetInn(v string)`
SetInn sets Inn field to given value.
### HasInn
`func (o *OrderBusinessBuyerDTO) HasInn() bool`
HasInn returns a boolean if a field has been set.
### GetKpp
`func (o *OrderBusinessBuyerDTO) GetKpp() string`
GetKpp returns the Kpp field if non-nil, zero value otherwise.
### GetKppOk
`func (o *OrderBusinessBuyerDTO) GetKppOk() (*string, bool)`
GetKppOk returns a tuple with the Kpp field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetKpp
`func (o *OrderBusinessBuyerDTO) SetKpp(v string)`
SetKpp sets Kpp field to given value.
### HasKpp
`func (o *OrderBusinessBuyerDTO) HasKpp() bool`
HasKpp returns a boolean if a field has been set.
### GetOrganizationName
`func (o *OrderBusinessBuyerDTO) GetOrganizationName() string`
GetOrganizationName returns the OrganizationName field if non-nil, zero value otherwise.
### GetOrganizationNameOk
`func (o *OrderBusinessBuyerDTO) GetOrganizationNameOk() (*string, bool)`
GetOrganizationNameOk returns a tuple with the OrganizationName field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetOrganizationName
`func (o *OrderBusinessBuyerDTO) SetOrganizationName(v string)`
SetOrganizationName sets OrganizationName field to given value.
### HasOrganizationName
`func (o *OrderBusinessBuyerDTO) HasOrganizationName() bool`
HasOrganizationName returns a boolean if a field has been set.
### GetOrganizationJurAddress
`func (o *OrderBusinessBuyerDTO) GetOrganizationJurAddress() string`
GetOrganizationJurAddress returns the OrganizationJurAddress field if non-nil, zero value otherwise.
### GetOrganizationJurAddressOk
`func (o *OrderBusinessBuyerDTO) GetOrganizationJurAddressOk() (*string, bool)`
GetOrganizationJurAddressOk returns a tuple with the OrganizationJurAddress field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetOrganizationJurAddress
`func (o *OrderBusinessBuyerDTO) SetOrganizationJurAddress(v string)`
SetOrganizationJurAddress sets OrganizationJurAddress field to given value.
### HasOrganizationJurAddress
`func (o *OrderBusinessBuyerDTO) HasOrganizationJurAddress() bool`
HasOrganizationJurAddress 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)