Operation Id:
clients/giftcards/types/get [Official Documentaction]
Methods
- resultsPage Integer
- resultsLimit Integer
Examples
This function retrieves a specific page of gift card types for clients, with each page containing 10 types and page 2 being displayed.
const result = await idosellRequest.getClientsGiftcardsTypes
.page(2,10)
.exec()