| 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] |
func NewLoyaltyBalances() *LoyaltyBalances
NewLoyaltyBalances instantiates a new LoyaltyBalances object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLoyaltyBalancesWithDefaults() *LoyaltyBalances
NewLoyaltyBalancesWithDefaults instantiates a new LoyaltyBalances object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *LoyaltyBalances) GetBalance() LoyaltyBalance
GetBalance returns the Balance field if non-nil, zero value otherwise.
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.
func (o *LoyaltyBalances) SetBalance(v LoyaltyBalance)
SetBalance sets Balance field to given value.
func (o *LoyaltyBalances) HasBalance() bool
HasBalance returns a boolean if a field has been set.
func (o *LoyaltyBalances) GetSubledgerBalances() map[string]LoyaltyBalance
GetSubledgerBalances returns the SubledgerBalances field if non-nil, zero value otherwise.
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.
func (o *LoyaltyBalances) SetSubledgerBalances(v map[string]LoyaltyBalance)
SetSubledgerBalances sets SubledgerBalances field to given value.
func (o *LoyaltyBalances) HasSubledgerBalances() bool
HasSubledgerBalances returns a boolean if a field has been set.