Esempio n. 1
0
        public void CreateCoupon_Test()
        {
            var response = _client.CreateCoupon(75, CouponDuration.Once);

            Assert.IsNotNull(response);
            Assert.IsFalse(response.IsError);
            Assert.IsNotNull(response.Id);
        }