Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 2.18 KB

LoyaltyBalancesWithTiers.md

File metadata and controls

65 lines (34 loc) · 2.18 KB

LoyaltyBalancesWithTiers

Properties

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

Methods

GetBalance

func (o *LoyaltyBalancesWithTiers) GetBalance() LoyaltyBalanceWithTier

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

GetBalanceOk

func (o *LoyaltyBalancesWithTiers) GetBalanceOk() (LoyaltyBalanceWithTier, 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 *LoyaltyBalancesWithTiers) HasBalance() bool

HasBalance returns a boolean if a field has been set.

SetBalance

func (o *LoyaltyBalancesWithTiers) SetBalance(v LoyaltyBalanceWithTier)

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

GetSubledgerBalances

func (o *LoyaltyBalancesWithTiers) GetSubledgerBalances() map[string]LoyaltyBalanceWithTier

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

GetSubledgerBalancesOk

func (o *LoyaltyBalancesWithTiers) GetSubledgerBalancesOk() (map[string]LoyaltyBalanceWithTier, 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 *LoyaltyBalancesWithTiers) HasSubledgerBalances() bool

HasSubledgerBalances returns a boolean if a field has been set.

SetSubledgerBalances

func (o *LoyaltyBalancesWithTiers) SetSubledgerBalances(v map[string]LoyaltyBalanceWithTier)

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

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