Class CouponSetService


  • public class CouponSetService
    extends Object
    Service class that provides business-level access to coupon set operations. Delegates calls to the underlying CouponSetClient.
    • Constructor Detail

      • CouponSetService

        public CouponSetService​(CouponSetClient client)
        Constructs a new CouponSetService with the specified client.
        Parameters:
        client - the client used to perform coupon set API calls
    • Method Detail