Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 3.26 KB

BillingentityinternalRequest.md

File metadata and controls

77 lines (42 loc) · 3.26 KB

BillingentityinternalRequest

Properties

Name Type Description Notes
PkiBillingentityinternalID Pointer to int32 The unique ID of the Billingentityinternal. [optional]
ObjBillingentityinternalDescription MultilingualBillingentityinternalDescription

Methods

NewBillingentityinternalRequest

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

NewBillingentityinternalRequestWithDefaults

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

GetPkiBillingentityinternalID

func (o *BillingentityinternalRequest) GetPkiBillingentityinternalID() int32

GetPkiBillingentityinternalID returns the PkiBillingentityinternalID field if non-nil, zero value otherwise.

GetPkiBillingentityinternalIDOk

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.

SetPkiBillingentityinternalID

func (o *BillingentityinternalRequest) SetPkiBillingentityinternalID(v int32)

SetPkiBillingentityinternalID sets PkiBillingentityinternalID field to given value.

HasPkiBillingentityinternalID

func (o *BillingentityinternalRequest) HasPkiBillingentityinternalID() bool

HasPkiBillingentityinternalID returns a boolean if a field has been set.

GetObjBillingentityinternalDescription

func (o *BillingentityinternalRequest) GetObjBillingentityinternalDescription() MultilingualBillingentityinternalDescription

GetObjBillingentityinternalDescription returns the ObjBillingentityinternalDescription field if non-nil, zero value otherwise.

GetObjBillingentityinternalDescriptionOk

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.

SetObjBillingentityinternalDescription

func (o *BillingentityinternalRequest) SetObjBillingentityinternalDescription(v MultilingualBillingentityinternalDescription)

SetObjBillingentityinternalDescription sets ObjBillingentityinternalDescription field to given value.

[Back to Model list] [Back to API list] [Back to README]