Operation Id:
vouchers/types/get [Official Documentaction]
Methods
- resultsPage Integer
- resultsLimit Integer
Examples
This function retrieves the page 2 of voucher types with 10 items per page.
const result = await idosellRequest.getVouchersTypes
.page(2,10)
.exec()