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] |
Profiles | Pointer to []LoyaltyCardProfileRegistration | Customer profiles linked to the loyalty card. | [optional] |
func (o *LoyaltyCardBalances) GetBalance() LoyaltyBalance
GetBalance returns the Balance field if non-nil, zero value otherwise.
func (o *LoyaltyCardBalances) 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.
func (o *LoyaltyCardBalances) HasBalance() bool
HasBalance returns a boolean if a field has been set.
func (o *LoyaltyCardBalances) SetBalance(v LoyaltyBalance)
SetBalance gets a reference to the given LoyaltyBalance and assigns it to the Balance field.
func (o *LoyaltyCardBalances) GetSubledgerBalances() map[string]LoyaltyBalance
GetSubledgerBalances returns the SubledgerBalances field if non-nil, zero value otherwise.
func (o *LoyaltyCardBalances) 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.
func (o *LoyaltyCardBalances) HasSubledgerBalances() bool
HasSubledgerBalances returns a boolean if a field has been set.
func (o *LoyaltyCardBalances) SetSubledgerBalances(v map[string]LoyaltyBalance)
SetSubledgerBalances gets a reference to the given map[string]LoyaltyBalance and assigns it to the SubledgerBalances field.
func (o *LoyaltyCardBalances) GetProfiles() []LoyaltyCardProfileRegistration
GetProfiles returns the Profiles field if non-nil, zero value otherwise.
func (o *LoyaltyCardBalances) GetProfilesOk() ([]LoyaltyCardProfileRegistration, bool)
GetProfilesOk returns a tuple with the Profiles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoyaltyCardBalances) HasProfiles() bool
HasProfiles returns a boolean if a field has been set.
func (o *LoyaltyCardBalances) SetProfiles(v []LoyaltyCardProfileRegistration)
SetProfiles gets a reference to the given []LoyaltyCardProfileRegistration and assigns it to the Profiles field.