Name | Type | Description | Notes |
---|---|---|---|
AObjVariableexpense | []VariableexpenseRequestCompound |
func NewVariableexpenseCreateObjectV1Request(aObjVariableexpense []VariableexpenseRequestCompound, ) *VariableexpenseCreateObjectV1Request
NewVariableexpenseCreateObjectV1Request instantiates a new VariableexpenseCreateObjectV1Request 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 NewVariableexpenseCreateObjectV1RequestWithDefaults() *VariableexpenseCreateObjectV1Request
NewVariableexpenseCreateObjectV1RequestWithDefaults instantiates a new VariableexpenseCreateObjectV1Request 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 *VariableexpenseCreateObjectV1Request) GetAObjVariableexpense() []VariableexpenseRequestCompound
GetAObjVariableexpense returns the AObjVariableexpense field if non-nil, zero value otherwise.
func (o *VariableexpenseCreateObjectV1Request) GetAObjVariableexpenseOk() (*[]VariableexpenseRequestCompound, bool)
GetAObjVariableexpenseOk returns a tuple with the AObjVariableexpense field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VariableexpenseCreateObjectV1Request) SetAObjVariableexpense(v []VariableexpenseRequestCompound)
SetAObjVariableexpense sets AObjVariableexpense field to given value.