Name | Type | Description | Notes |
---|---|---|---|
PkiBillingentityinternalID | int32 | The unique ID of the Billingentityinternal. | |
SBillingentityinternalDescriptionX | string | The description of the Billingentityinternal in the language of the requester | |
BBillingentityinternalIsactive | bool | Whether the Billingentityinternal is active or not |
func NewBillingentityinternalAutocompleteElementResponse(pkiBillingentityinternalID int32, sBillingentityinternalDescriptionX string, bBillingentityinternalIsactive bool, ) *BillingentityinternalAutocompleteElementResponse
NewBillingentityinternalAutocompleteElementResponse instantiates a new BillingentityinternalAutocompleteElementResponse 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
func NewBillingentityinternalAutocompleteElementResponseWithDefaults() *BillingentityinternalAutocompleteElementResponse
NewBillingentityinternalAutocompleteElementResponseWithDefaults instantiates a new BillingentityinternalAutocompleteElementResponse 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
func (o *BillingentityinternalAutocompleteElementResponse) GetPkiBillingentityinternalID() int32
GetPkiBillingentityinternalID returns the PkiBillingentityinternalID field if non-nil, zero value otherwise.
func (o *BillingentityinternalAutocompleteElementResponse) GetPkiBillingentityinternalIDOk() (*int32, bool)
GetPkiBillingentityinternalIDOk returns a tuple with the PkiBillingentityinternalID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BillingentityinternalAutocompleteElementResponse) SetPkiBillingentityinternalID(v int32)
SetPkiBillingentityinternalID sets PkiBillingentityinternalID field to given value.
func (o *BillingentityinternalAutocompleteElementResponse) GetSBillingentityinternalDescriptionX() string
GetSBillingentityinternalDescriptionX returns the SBillingentityinternalDescriptionX field if non-nil, zero value otherwise.
func (o *BillingentityinternalAutocompleteElementResponse) GetSBillingentityinternalDescriptionXOk() (*string, bool)
GetSBillingentityinternalDescriptionXOk returns a tuple with the SBillingentityinternalDescriptionX field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BillingentityinternalAutocompleteElementResponse) SetSBillingentityinternalDescriptionX(v string)
SetSBillingentityinternalDescriptionX sets SBillingentityinternalDescriptionX field to given value.
func (o *BillingentityinternalAutocompleteElementResponse) GetBBillingentityinternalIsactive() bool
GetBBillingentityinternalIsactive returns the BBillingentityinternalIsactive field if non-nil, zero value otherwise.
func (o *BillingentityinternalAutocompleteElementResponse) GetBBillingentityinternalIsactiveOk() (*bool, bool)
GetBBillingentityinternalIsactiveOk returns a tuple with the BBillingentityinternalIsactive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BillingentityinternalAutocompleteElementResponse) SetBBillingentityinternalIsactive(v bool)
SetBBillingentityinternalIsactive sets BBillingentityinternalIsactive field to given value.