Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.81 KB

InlineResponse2001.md

File metadata and controls

65 lines (34 loc) · 1.81 KB

InlineResponse2001

Properties

Name Type Description Notes
HasMore Pointer to bool
Data Pointer to []CardLedgerTransactionLogEntryIntegrationApi

Methods

GetHasMore

func (o *InlineResponse2001) GetHasMore() bool

GetHasMore returns the HasMore field if non-nil, zero value otherwise.

GetHasMoreOk

func (o *InlineResponse2001) 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.

HasHasMore

func (o *InlineResponse2001) HasHasMore() bool

HasHasMore returns a boolean if a field has been set.

SetHasMore

func (o *InlineResponse2001) SetHasMore(v bool)

SetHasMore gets a reference to the given bool and assigns it to the HasMore field.

GetData

func (o *InlineResponse2001) GetData() []CardLedgerTransactionLogEntryIntegrationApi

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *InlineResponse2001) GetDataOk() ([]CardLedgerTransactionLogEntryIntegrationApi, 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.

HasData

func (o *InlineResponse2001) HasData() bool

HasData returns a boolean if a field has been set.

SetData

func (o *InlineResponse2001) SetData(v []CardLedgerTransactionLogEntryIntegrationApi)

SetData gets a reference to the given []CardLedgerTransactionLogEntryIntegrationApi and assigns it to the Data field.

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