Name | Type | Description | Notes |
---|---|---|---|
Date | Pointer to time.Time | Date at which data point was collected. | |
TotalActivePoints | Pointer to float32 | Total of active points for this loyalty program. | |
TotalPendingPoints | Pointer to float32 | Total of pending points for this loyalty program. | |
TotalSpentPoints | Pointer to float32 | Total of spent points for this loyalty program. | |
TotalExpiredPoints | Pointer to float32 | Total of expired points for this loyalty program. | |
TotalMembers | Pointer to float32 | Number of loyalty program members. | |
NewMembers | Pointer to float32 | Number of members who joined on this day. | |
SpentPoints | Pointer to LoyaltyDashboardPointsBreakdown | ||
EarnedPoints | Pointer to LoyaltyDashboardPointsBreakdown |
func (o *LoyaltyStatistics) GetDate() time.Time
GetDate returns the Date field if non-nil, zero value otherwise.
func (o *LoyaltyStatistics) GetDateOk() (time.Time, bool)
GetDateOk returns a tuple with the Date field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoyaltyStatistics) HasDate() bool
HasDate returns a boolean if a field has been set.
func (o *LoyaltyStatistics) SetDate(v time.Time)
SetDate gets a reference to the given time.Time and assigns it to the Date field.
func (o *LoyaltyStatistics) GetTotalActivePoints() float32
GetTotalActivePoints returns the TotalActivePoints field if non-nil, zero value otherwise.
func (o *LoyaltyStatistics) GetTotalActivePointsOk() (float32, bool)
GetTotalActivePointsOk returns a tuple with the TotalActivePoints field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoyaltyStatistics) HasTotalActivePoints() bool
HasTotalActivePoints returns a boolean if a field has been set.
func (o *LoyaltyStatistics) SetTotalActivePoints(v float32)
SetTotalActivePoints gets a reference to the given float32 and assigns it to the TotalActivePoints field.
func (o *LoyaltyStatistics) GetTotalPendingPoints() float32
GetTotalPendingPoints returns the TotalPendingPoints field if non-nil, zero value otherwise.
func (o *LoyaltyStatistics) GetTotalPendingPointsOk() (float32, bool)
GetTotalPendingPointsOk returns a tuple with the TotalPendingPoints field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoyaltyStatistics) HasTotalPendingPoints() bool
HasTotalPendingPoints returns a boolean if a field has been set.
func (o *LoyaltyStatistics) SetTotalPendingPoints(v float32)
SetTotalPendingPoints gets a reference to the given float32 and assigns it to the TotalPendingPoints field.
func (o *LoyaltyStatistics) GetTotalSpentPoints() float32
GetTotalSpentPoints returns the TotalSpentPoints field if non-nil, zero value otherwise.
func (o *LoyaltyStatistics) GetTotalSpentPointsOk() (float32, bool)
GetTotalSpentPointsOk returns a tuple with the TotalSpentPoints field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoyaltyStatistics) HasTotalSpentPoints() bool
HasTotalSpentPoints returns a boolean if a field has been set.
func (o *LoyaltyStatistics) SetTotalSpentPoints(v float32)
SetTotalSpentPoints gets a reference to the given float32 and assigns it to the TotalSpentPoints field.
func (o *LoyaltyStatistics) GetTotalExpiredPoints() float32
GetTotalExpiredPoints returns the TotalExpiredPoints field if non-nil, zero value otherwise.
func (o *LoyaltyStatistics) GetTotalExpiredPointsOk() (float32, bool)
GetTotalExpiredPointsOk returns a tuple with the TotalExpiredPoints field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoyaltyStatistics) HasTotalExpiredPoints() bool
HasTotalExpiredPoints returns a boolean if a field has been set.
func (o *LoyaltyStatistics) SetTotalExpiredPoints(v float32)
SetTotalExpiredPoints gets a reference to the given float32 and assigns it to the TotalExpiredPoints field.
func (o *LoyaltyStatistics) GetTotalMembers() float32
GetTotalMembers returns the TotalMembers field if non-nil, zero value otherwise.
func (o *LoyaltyStatistics) GetTotalMembersOk() (float32, bool)
GetTotalMembersOk returns a tuple with the TotalMembers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoyaltyStatistics) HasTotalMembers() bool
HasTotalMembers returns a boolean if a field has been set.
func (o *LoyaltyStatistics) SetTotalMembers(v float32)
SetTotalMembers gets a reference to the given float32 and assigns it to the TotalMembers field.
func (o *LoyaltyStatistics) GetNewMembers() float32
GetNewMembers returns the NewMembers field if non-nil, zero value otherwise.
func (o *LoyaltyStatistics) GetNewMembersOk() (float32, bool)
GetNewMembersOk returns a tuple with the NewMembers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoyaltyStatistics) HasNewMembers() bool
HasNewMembers returns a boolean if a field has been set.
func (o *LoyaltyStatistics) SetNewMembers(v float32)
SetNewMembers gets a reference to the given float32 and assigns it to the NewMembers field.
func (o *LoyaltyStatistics) GetSpentPoints() LoyaltyDashboardPointsBreakdown
GetSpentPoints returns the SpentPoints field if non-nil, zero value otherwise.
func (o *LoyaltyStatistics) GetSpentPointsOk() (LoyaltyDashboardPointsBreakdown, bool)
GetSpentPointsOk returns a tuple with the SpentPoints field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoyaltyStatistics) HasSpentPoints() bool
HasSpentPoints returns a boolean if a field has been set.
func (o *LoyaltyStatistics) SetSpentPoints(v LoyaltyDashboardPointsBreakdown)
SetSpentPoints gets a reference to the given LoyaltyDashboardPointsBreakdown and assigns it to the SpentPoints field.
func (o *LoyaltyStatistics) GetEarnedPoints() LoyaltyDashboardPointsBreakdown
GetEarnedPoints returns the EarnedPoints field if non-nil, zero value otherwise.
func (o *LoyaltyStatistics) GetEarnedPointsOk() (LoyaltyDashboardPointsBreakdown, bool)
GetEarnedPointsOk returns a tuple with the EarnedPoints field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoyaltyStatistics) HasEarnedPoints() bool
HasEarnedPoints returns a boolean if a field has been set.
func (o *LoyaltyStatistics) SetEarnedPoints(v LoyaltyDashboardPointsBreakdown)
SetEarnedPoints gets a reference to the given LoyaltyDashboardPointsBreakdown and assigns it to the EarnedPoints field.