Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.07 KB

VariableexpenseCreateObjectV1Request.md

File metadata and controls

51 lines (28 loc) · 2.07 KB

VariableexpenseCreateObjectV1Request

Properties

Name Type Description Notes
AObjVariableexpense []VariableexpenseRequestCompound

Methods

NewVariableexpenseCreateObjectV1Request

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

NewVariableexpenseCreateObjectV1RequestWithDefaults

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

GetAObjVariableexpense

func (o *VariableexpenseCreateObjectV1Request) GetAObjVariableexpense() []VariableexpenseRequestCompound

GetAObjVariableexpense returns the AObjVariableexpense field if non-nil, zero value otherwise.

GetAObjVariableexpenseOk

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.

SetAObjVariableexpense

func (o *VariableexpenseCreateObjectV1Request) SetAObjVariableexpense(v []VariableexpenseRequestCompound)

SetAObjVariableexpense sets AObjVariableexpense field to given value.

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