Name | Type | Description | Notes |
---|---|---|---|
HasMore | Pointer to bool | ||
Data | Pointer to []LedgerPointsEntryIntegrationApi |
func (o *InlineResponse2004) GetHasMore() bool
GetHasMore returns the HasMore field if non-nil, zero value otherwise.
func (o *InlineResponse2004) GetHasMoreOk() (bool, bool)
GetHasMoreOk returns a tuple with the HasMore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InlineResponse2004) HasHasMore() bool
HasHasMore returns a boolean if a field has been set.
func (o *InlineResponse2004) SetHasMore(v bool)
SetHasMore gets a reference to the given bool and assigns it to the HasMore field.
func (o *InlineResponse2004) GetData() []LedgerPointsEntryIntegrationApi
GetData returns the Data field if non-nil, zero value otherwise.
func (o *InlineResponse2004) GetDataOk() ([]LedgerPointsEntryIntegrationApi, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InlineResponse2004) HasData() bool
HasData returns a boolean if a field has been set.
func (o *InlineResponse2004) SetData(v []LedgerPointsEntryIntegrationApi)
SetData gets a reference to the given []LedgerPointsEntryIntegrationApi and assigns it to the Data field.