Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 2.01 KB

LoyaltyBalances.md

File metadata and controls

65 lines (34 loc) · 2.01 KB

LoyaltyBalances

Properties

Name Type Description Notes
Balance Pointer to LoyaltyBalance [optional]
SubledgerBalances Pointer to map[string]LoyaltyBalance Map of the loyalty balances of the subledgers of a ledger. [optional]

Methods

GetBalance

func (o *LoyaltyBalances) GetBalance() LoyaltyBalance

GetBalance returns the Balance field if non-nil, zero value otherwise.

GetBalanceOk

func (o *LoyaltyBalances) GetBalanceOk() (LoyaltyBalance, bool)

GetBalanceOk returns a tuple with the Balance field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasBalance

func (o *LoyaltyBalances) HasBalance() bool

HasBalance returns a boolean if a field has been set.

SetBalance

func (o *LoyaltyBalances) SetBalance(v LoyaltyBalance)

SetBalance gets a reference to the given LoyaltyBalance and assigns it to the Balance field.

GetSubledgerBalances

func (o *LoyaltyBalances) GetSubledgerBalances() map[string]LoyaltyBalance

GetSubledgerBalances returns the SubledgerBalances field if non-nil, zero value otherwise.

GetSubledgerBalancesOk

func (o *LoyaltyBalances) GetSubledgerBalancesOk() (map[string]LoyaltyBalance, bool)

GetSubledgerBalancesOk returns a tuple with the SubledgerBalances field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasSubledgerBalances

func (o *LoyaltyBalances) HasSubledgerBalances() bool

HasSubledgerBalances returns a boolean if a field has been set.

SetSubledgerBalances

func (o *LoyaltyBalances) SetSubledgerBalances(v map[string]LoyaltyBalance)

SetSubledgerBalances gets a reference to the given map[string]LoyaltyBalance and assigns it to the SubledgerBalances field.

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