Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.9 KB

AccountDashboardStatisticLoyaltyPoints.md

File metadata and controls

65 lines (34 loc) · 1.9 KB

AccountDashboardStatisticLoyaltyPoints

Properties

Name Type Description Notes
Total Pointer to float32 Total loyalty points earned by users.
Datetime Pointer to time.Time Values aggregated for the specified date.

Methods

GetTotal

func (o *AccountDashboardStatisticLoyaltyPoints) GetTotal() float32

GetTotal returns the Total field if non-nil, zero value otherwise.

GetTotalOk

func (o *AccountDashboardStatisticLoyaltyPoints) 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.

HasTotal

func (o *AccountDashboardStatisticLoyaltyPoints) HasTotal() bool

HasTotal returns a boolean if a field has been set.

SetTotal

func (o *AccountDashboardStatisticLoyaltyPoints) SetTotal(v float32)

SetTotal gets a reference to the given float32 and assigns it to the Total field.

GetDatetime

func (o *AccountDashboardStatisticLoyaltyPoints) GetDatetime() time.Time

GetDatetime returns the Datetime field if non-nil, zero value otherwise.

GetDatetimeOk

func (o *AccountDashboardStatisticLoyaltyPoints) 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.

HasDatetime

func (o *AccountDashboardStatisticLoyaltyPoints) HasDatetime() bool

HasDatetime returns a boolean if a field has been set.

SetDatetime

func (o *AccountDashboardStatisticLoyaltyPoints) SetDatetime(v time.Time)

SetDatetime gets a reference to the given time.Time and assigns it to the Datetime field.

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