Discount: All
Returns a collection of Discount objects.
- C#
List<Discount> discounts = gateway.Discount.All();
If the discount can't be found, it will throw a NotFoundException
.
Returns a collection of Discount objects.
List<Discount> discounts = gateway.Discount.All();
If the discount can't be found, it will throw a NotFoundException
.