Name | Type | Description | Notes |
---|---|---|---|
CashFlows | []CashFlow | <strong>Type:</strong> CashFlow<br/> Array of cash flows | |
TotalIncome | float64 | The total income | |
TotalSpending | float64 | The total spending | |
TotalBalance | float64 | The total balance |
func NewCashFlowList(cashFlows []CashFlow, totalIncome float64, totalSpending float64, totalBalance float64, ) *CashFlowList
NewCashFlowList instantiates a new CashFlowList 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 NewCashFlowListWithDefaults() *CashFlowList
NewCashFlowListWithDefaults instantiates a new CashFlowList 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 *CashFlowList) GetCashFlows() []CashFlow
GetCashFlows returns the CashFlows field if non-nil, zero value otherwise.
func (o *CashFlowList) GetCashFlowsOk() (*[]CashFlow, bool)
GetCashFlowsOk returns a tuple with the CashFlows field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CashFlowList) SetCashFlows(v []CashFlow)
SetCashFlows sets CashFlows field to given value.
func (o *CashFlowList) GetTotalIncome() float64
GetTotalIncome returns the TotalIncome field if non-nil, zero value otherwise.
func (o *CashFlowList) GetTotalIncomeOk() (*float64, bool)
GetTotalIncomeOk returns a tuple with the TotalIncome field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CashFlowList) SetTotalIncome(v float64)
SetTotalIncome sets TotalIncome field to given value.
func (o *CashFlowList) GetTotalSpending() float64
GetTotalSpending returns the TotalSpending field if non-nil, zero value otherwise.
func (o *CashFlowList) GetTotalSpendingOk() (*float64, bool)
GetTotalSpendingOk returns a tuple with the TotalSpending field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CashFlowList) SetTotalSpending(v float64)
SetTotalSpending sets TotalSpending field to given value.
func (o *CashFlowList) GetTotalBalance() float64
GetTotalBalance returns the TotalBalance field if non-nil, zero value otherwise.
func (o *CashFlowList) GetTotalBalanceOk() (*float64, bool)
GetTotalBalanceOk returns a tuple with the TotalBalance field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CashFlowList) SetTotalBalance(v float64)
SetTotalBalance sets TotalBalance field to given value.