Returns a collection of Add-On objects.
gateway.addOn.all((err, result) => { const addOns = result.addOns; });
If the add-on can't be found, it will return a notFoundError
.
Returns a collection of Add-On objects.
gateway.addOn.all((err, result) => { const addOns = result.addOns; });
If the add-on can't be found, it will return a notFoundError
.