Example #1
0
        public void ListActiveCustomersSubscription_Test()
        {
            dynamic response = _client.ListActiveCustomersSubscription(_customer.Id);

            Assert.NotNull(response);
            Assert.False(response.IsError);
        }