Discount

Discount: All

Returns a collection of Discount objects.

  1. Node
gateway.discount.all((err, result) => { const discounts = result.discounts; });

If the discount can't be found, it will return a notFoundError.

See also