Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 2.08 KB

LoyaltyDashboardPointsBreakdown.md

File metadata and controls

65 lines (34 loc) · 2.08 KB

LoyaltyDashboardPointsBreakdown

Properties

Name Type Description Notes
CreatedManually Pointer to float32
CreatedViaRuleEngine Pointer to float32

Methods

GetCreatedManually

func (o *LoyaltyDashboardPointsBreakdown) GetCreatedManually() float32

GetCreatedManually returns the CreatedManually field if non-nil, zero value otherwise.

GetCreatedManuallyOk

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.

HasCreatedManually

func (o *LoyaltyDashboardPointsBreakdown) HasCreatedManually() bool

HasCreatedManually returns a boolean if a field has been set.

SetCreatedManually

func (o *LoyaltyDashboardPointsBreakdown) SetCreatedManually(v float32)

SetCreatedManually gets a reference to the given float32 and assigns it to the CreatedManually field.

GetCreatedViaRuleEngine

func (o *LoyaltyDashboardPointsBreakdown) GetCreatedViaRuleEngine() float32

GetCreatedViaRuleEngine returns the CreatedViaRuleEngine field if non-nil, zero value otherwise.

GetCreatedViaRuleEngineOk

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.

HasCreatedViaRuleEngine

func (o *LoyaltyDashboardPointsBreakdown) HasCreatedViaRuleEngine() bool

HasCreatedViaRuleEngine returns a boolean if a field has been set.

SetCreatedViaRuleEngine

func (o *LoyaltyDashboardPointsBreakdown) SetCreatedViaRuleEngine(v float32)

SetCreatedViaRuleEngine gets a reference to the given float32 and assigns it to the CreatedViaRuleEngine field.

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