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] |
func (o *LoyaltyBalancesWithTiers) GetBalance() LoyaltyBalanceWithTier
GetBalance returns the Balance field if non-nil, zero value otherwise.
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.
func (o *LoyaltyBalancesWithTiers) HasBalance() bool
HasBalance returns a boolean if a field has been set.
func (o *LoyaltyBalancesWithTiers) SetBalance(v LoyaltyBalanceWithTier)
SetBalance gets a reference to the given LoyaltyBalanceWithTier and assigns it to the Balance field.
func (o *LoyaltyBalancesWithTiers) GetSubledgerBalances() map[string]LoyaltyBalanceWithTier
GetSubledgerBalances returns the SubledgerBalances field if non-nil, zero value otherwise.
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.
func (o *LoyaltyBalancesWithTiers) HasSubledgerBalances() bool
HasSubledgerBalances returns a boolean if a field has been set.
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.