Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.58 KB

ListDepositAddressesResponse.md

File metadata and controls

82 lines (45 loc) · 2.58 KB

ListDepositAddressesResponse

Properties

Name Type Description Notes
Items Pointer to []DepositAddress [optional]
NextPageCursor Pointer to string [optional]

Methods

NewListDepositAddressesResponse

func NewListDepositAddressesResponse() *ListDepositAddressesResponse

NewListDepositAddressesResponse instantiates a new ListDepositAddressesResponse 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

NewListDepositAddressesResponseWithDefaults

func NewListDepositAddressesResponseWithDefaults() *ListDepositAddressesResponse

NewListDepositAddressesResponseWithDefaults instantiates a new ListDepositAddressesResponse 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

GetItems

func (o *ListDepositAddressesResponse) GetItems() []DepositAddress

GetItems returns the Items field if non-nil, zero value otherwise.

GetItemsOk

func (o *ListDepositAddressesResponse) GetItemsOk() (*[]DepositAddress, bool)

GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetItems

func (o *ListDepositAddressesResponse) SetItems(v []DepositAddress)

SetItems sets Items field to given value.

HasItems

func (o *ListDepositAddressesResponse) HasItems() bool

HasItems returns a boolean if a field has been set.

GetNextPageCursor

func (o *ListDepositAddressesResponse) GetNextPageCursor() string

GetNextPageCursor returns the NextPageCursor field if non-nil, zero value otherwise.

GetNextPageCursorOk

func (o *ListDepositAddressesResponse) GetNextPageCursorOk() (*string, bool)

GetNextPageCursorOk returns a tuple with the NextPageCursor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNextPageCursor

func (o *ListDepositAddressesResponse) SetNextPageCursor(v string)

SetNextPageCursor sets NextPageCursor field to given value.

HasNextPageCursor

func (o *ListDepositAddressesResponse) HasNextPageCursor() bool

HasNextPageCursor returns a boolean if a field has been set.

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