Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.42 KB

BillingentityinternalCreateObjectV1ResponseMPayload.md

File metadata and controls

51 lines (28 loc) · 2.42 KB

BillingentityinternalCreateObjectV1ResponseMPayload

Properties

Name Type Description Notes
APkiBillingentityinternalID []int32 An array of unique IDs representing the object that were requested to be created. They are returned in the same order as the array containing the objects to be created that was sent in the request.

Methods

NewBillingentityinternalCreateObjectV1ResponseMPayload

func NewBillingentityinternalCreateObjectV1ResponseMPayload(aPkiBillingentityinternalID []int32, ) *BillingentityinternalCreateObjectV1ResponseMPayload

NewBillingentityinternalCreateObjectV1ResponseMPayload instantiates a new BillingentityinternalCreateObjectV1ResponseMPayload 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

NewBillingentityinternalCreateObjectV1ResponseMPayloadWithDefaults

func NewBillingentityinternalCreateObjectV1ResponseMPayloadWithDefaults() *BillingentityinternalCreateObjectV1ResponseMPayload

NewBillingentityinternalCreateObjectV1ResponseMPayloadWithDefaults instantiates a new BillingentityinternalCreateObjectV1ResponseMPayload 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

GetAPkiBillingentityinternalID

func (o *BillingentityinternalCreateObjectV1ResponseMPayload) GetAPkiBillingentityinternalID() []int32

GetAPkiBillingentityinternalID returns the APkiBillingentityinternalID field if non-nil, zero value otherwise.

GetAPkiBillingentityinternalIDOk

func (o *BillingentityinternalCreateObjectV1ResponseMPayload) GetAPkiBillingentityinternalIDOk() (*[]int32, bool)

GetAPkiBillingentityinternalIDOk returns a tuple with the APkiBillingentityinternalID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAPkiBillingentityinternalID

func (o *BillingentityinternalCreateObjectV1ResponseMPayload) SetAPkiBillingentityinternalID(v []int32)

SetAPkiBillingentityinternalID sets APkiBillingentityinternalID field to given value.

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