Returns a collection of Add-On objects.
C♯
List<AddOn> addOns = gateway.AddOn.All();
If the add-on can't be found, it will throw a NotFoundException
.
Returns a collection of Add-On objects.
List<AddOn> addOns = gateway.AddOn.All();
If the add-on can't be found, it will throw a NotFoundException
.