Name | Type | Description | Notes |
---|---|---|---|
CreatedManually | Pointer to float32 | ||
CreatedViaRuleEngine | Pointer to float32 |
func (o *LoyaltyDashboardPointsBreakdown) GetCreatedManually() float32
GetCreatedManually returns the CreatedManually field if non-nil, zero value otherwise.
func (o *LoyaltyDashboardPointsBreakdown) GetCreatedManuallyOk() (float32, bool)
GetCreatedManuallyOk returns a tuple with the CreatedManually field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoyaltyDashboardPointsBreakdown) HasCreatedManually() bool
HasCreatedManually returns a boolean if a field has been set.
func (o *LoyaltyDashboardPointsBreakdown) SetCreatedManually(v float32)
SetCreatedManually gets a reference to the given float32 and assigns it to the CreatedManually field.
func (o *LoyaltyDashboardPointsBreakdown) GetCreatedViaRuleEngine() float32
GetCreatedViaRuleEngine returns the CreatedViaRuleEngine field if non-nil, zero value otherwise.
func (o *LoyaltyDashboardPointsBreakdown) GetCreatedViaRuleEngineOk() (float32, bool)
GetCreatedViaRuleEngineOk returns a tuple with the CreatedViaRuleEngine field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoyaltyDashboardPointsBreakdown) HasCreatedViaRuleEngine() bool
HasCreatedViaRuleEngine returns a boolean if a field has been set.
func (o *LoyaltyDashboardPointsBreakdown) SetCreatedViaRuleEngine(v float32)
SetCreatedViaRuleEngine gets a reference to the given float32 and assigns it to the CreatedViaRuleEngine field.