Exemplo n.º 1
0
        public void GetTransaction()
        {
            var response = _api.GetTransaction(this.AccountId, 3);

            Assert.IsTrue(response.Transaction != null);
        }