Name | Type | Description | Notes |
---|---|---|---|
Total | Pointer to float32 | Total number of referrals initiated by users. | |
Datetime | Pointer to time.Time | Values aggregated for the specified date. |
func (o *AccountDashboardStatisticReferrals) GetTotal() float32
GetTotal returns the Total field if non-nil, zero value otherwise.
func (o *AccountDashboardStatisticReferrals) GetTotalOk() (float32, bool)
GetTotalOk returns a tuple with the Total field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountDashboardStatisticReferrals) HasTotal() bool
HasTotal returns a boolean if a field has been set.
func (o *AccountDashboardStatisticReferrals) SetTotal(v float32)
SetTotal gets a reference to the given float32 and assigns it to the Total field.
func (o *AccountDashboardStatisticReferrals) GetDatetime() time.Time
GetDatetime returns the Datetime field if non-nil, zero value otherwise.
func (o *AccountDashboardStatisticReferrals) GetDatetimeOk() (time.Time, bool)
GetDatetimeOk returns a tuple with the Datetime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountDashboardStatisticReferrals) HasDatetime() bool
HasDatetime returns a boolean if a field has been set.
func (o *AccountDashboardStatisticReferrals) SetDatetime(v time.Time)
SetDatetime gets a reference to the given time.Time and assigns it to the Datetime field.