Name | Type | Description | Notes |
---|---|---|---|
PkiBillingentityinternalID | Pointer to int32 | The unique ID of the Billingentityinternal. | [optional] |
ObjBillingentityinternalDescription | MultilingualBillingentityinternalDescription |
func NewBillingentityinternalRequest(objBillingentityinternalDescription MultilingualBillingentityinternalDescription, ) *BillingentityinternalRequest
NewBillingentityinternalRequest instantiates a new BillingentityinternalRequest 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 NewBillingentityinternalRequestWithDefaults() *BillingentityinternalRequest
NewBillingentityinternalRequestWithDefaults instantiates a new BillingentityinternalRequest 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 *BillingentityinternalRequest) GetPkiBillingentityinternalID() int32
GetPkiBillingentityinternalID returns the PkiBillingentityinternalID field if non-nil, zero value otherwise.
func (o *BillingentityinternalRequest) 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 *BillingentityinternalRequest) SetPkiBillingentityinternalID(v int32)
SetPkiBillingentityinternalID sets PkiBillingentityinternalID field to given value.
func (o *BillingentityinternalRequest) HasPkiBillingentityinternalID() bool
HasPkiBillingentityinternalID returns a boolean if a field has been set.
func (o *BillingentityinternalRequest) GetObjBillingentityinternalDescription() MultilingualBillingentityinternalDescription
GetObjBillingentityinternalDescription returns the ObjBillingentityinternalDescription field if non-nil, zero value otherwise.
func (o *BillingentityinternalRequest) GetObjBillingentityinternalDescriptionOk() (*MultilingualBillingentityinternalDescription, bool)
GetObjBillingentityinternalDescriptionOk returns a tuple with the ObjBillingentityinternalDescription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BillingentityinternalRequest) SetObjBillingentityinternalDescription(v MultilingualBillingentityinternalDescription)
SetObjBillingentityinternalDescription sets ObjBillingentityinternalDescription field to given value.