Name | Type | Description | Notes |
---|---|---|---|
Revenue | Pointer to []AccountDashboardStatisticRevenue | Aggregated statistic for account revenue. | [optional] |
Discounts | Pointer to []AccountDashboardStatisticDiscount | Aggregated statistic for account discount. | [optional] |
LoyaltyPoints | Pointer to []AccountDashboardStatisticLoyaltyPoints | Aggregated statistic for account loyalty points. | [optional] |
Referrals | Pointer to []AccountDashboardStatisticReferrals | Aggregated statistic for account referrals. | [optional] |
Campaigns | Pointer to AccountDashboardStatisticCampaigns |
func (o *AccountDashboardStatistic) GetRevenue() []AccountDashboardStatisticRevenue
GetRevenue returns the Revenue field if non-nil, zero value otherwise.
func (o *AccountDashboardStatistic) GetRevenueOk() ([]AccountDashboardStatisticRevenue, bool)
GetRevenueOk returns a tuple with the Revenue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountDashboardStatistic) HasRevenue() bool
HasRevenue returns a boolean if a field has been set.
func (o *AccountDashboardStatistic) SetRevenue(v []AccountDashboardStatisticRevenue)
SetRevenue gets a reference to the given []AccountDashboardStatisticRevenue and assigns it to the Revenue field.
func (o *AccountDashboardStatistic) GetDiscounts() []AccountDashboardStatisticDiscount
GetDiscounts returns the Discounts field if non-nil, zero value otherwise.
func (o *AccountDashboardStatistic) GetDiscountsOk() ([]AccountDashboardStatisticDiscount, bool)
GetDiscountsOk returns a tuple with the Discounts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountDashboardStatistic) HasDiscounts() bool
HasDiscounts returns a boolean if a field has been set.
func (o *AccountDashboardStatistic) SetDiscounts(v []AccountDashboardStatisticDiscount)
SetDiscounts gets a reference to the given []AccountDashboardStatisticDiscount and assigns it to the Discounts field.
func (o *AccountDashboardStatistic) GetLoyaltyPoints() []AccountDashboardStatisticLoyaltyPoints
GetLoyaltyPoints returns the LoyaltyPoints field if non-nil, zero value otherwise.
func (o *AccountDashboardStatistic) GetLoyaltyPointsOk() ([]AccountDashboardStatisticLoyaltyPoints, bool)
GetLoyaltyPointsOk returns a tuple with the LoyaltyPoints field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountDashboardStatistic) HasLoyaltyPoints() bool
HasLoyaltyPoints returns a boolean if a field has been set.
func (o *AccountDashboardStatistic) SetLoyaltyPoints(v []AccountDashboardStatisticLoyaltyPoints)
SetLoyaltyPoints gets a reference to the given []AccountDashboardStatisticLoyaltyPoints and assigns it to the LoyaltyPoints field.
func (o *AccountDashboardStatistic) GetReferrals() []AccountDashboardStatisticReferrals
GetReferrals returns the Referrals field if non-nil, zero value otherwise.
func (o *AccountDashboardStatistic) GetReferralsOk() ([]AccountDashboardStatisticReferrals, bool)
GetReferralsOk returns a tuple with the Referrals field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountDashboardStatistic) HasReferrals() bool
HasReferrals returns a boolean if a field has been set.
func (o *AccountDashboardStatistic) SetReferrals(v []AccountDashboardStatisticReferrals)
SetReferrals gets a reference to the given []AccountDashboardStatisticReferrals and assigns it to the Referrals field.
func (o *AccountDashboardStatistic) GetCampaigns() AccountDashboardStatisticCampaigns
GetCampaigns returns the Campaigns field if non-nil, zero value otherwise.
func (o *AccountDashboardStatistic) GetCampaignsOk() (AccountDashboardStatisticCampaigns, bool)
GetCampaignsOk returns a tuple with the Campaigns field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountDashboardStatistic) HasCampaigns() bool
HasCampaigns returns a boolean if a field has been set.
func (o *AccountDashboardStatistic) SetCampaigns(v AccountDashboardStatisticCampaigns)
SetCampaigns gets a reference to the given AccountDashboardStatisticCampaigns and assigns it to the Campaigns field.