Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.56 KB

BillingentityexternalGetAutocompleteV2ResponseMPayload.md

File metadata and controls

51 lines (28 loc) · 2.56 KB

BillingentityexternalGetAutocompleteV2ResponseMPayload

Properties

Name Type Description Notes
AObjBillingentityexternal []BillingentityexternalAutocompleteElementResponse An array of Billingentityexternal autocomplete element response.

Methods

NewBillingentityexternalGetAutocompleteV2ResponseMPayload

func NewBillingentityexternalGetAutocompleteV2ResponseMPayload(aObjBillingentityexternal []BillingentityexternalAutocompleteElementResponse, ) *BillingentityexternalGetAutocompleteV2ResponseMPayload

NewBillingentityexternalGetAutocompleteV2ResponseMPayload instantiates a new BillingentityexternalGetAutocompleteV2ResponseMPayload 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

NewBillingentityexternalGetAutocompleteV2ResponseMPayloadWithDefaults

func NewBillingentityexternalGetAutocompleteV2ResponseMPayloadWithDefaults() *BillingentityexternalGetAutocompleteV2ResponseMPayload

NewBillingentityexternalGetAutocompleteV2ResponseMPayloadWithDefaults instantiates a new BillingentityexternalGetAutocompleteV2ResponseMPayload 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

GetAObjBillingentityexternal

func (o *BillingentityexternalGetAutocompleteV2ResponseMPayload) GetAObjBillingentityexternal() []BillingentityexternalAutocompleteElementResponse

GetAObjBillingentityexternal returns the AObjBillingentityexternal field if non-nil, zero value otherwise.

GetAObjBillingentityexternalOk

func (o *BillingentityexternalGetAutocompleteV2ResponseMPayload) GetAObjBillingentityexternalOk() (*[]BillingentityexternalAutocompleteElementResponse, bool)

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

SetAObjBillingentityexternal

func (o *BillingentityexternalGetAutocompleteV2ResponseMPayload) SetAObjBillingentityexternal(v []BillingentityexternalAutocompleteElementResponse)

SetAObjBillingentityexternal sets AObjBillingentityexternal field to given value.

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