Exemplo n.º 1
0
        public void RenewAccountByBankAccount()
        {
            var response = _service.RenewAccount()
                           .WithAccountNumber("718135662")
                           .WithRenewalAccountData(TestAccountData.GetRenewAccountDetails(false))
                           .Execute();

            Assert.IsNotNull(response);
            Assert.AreEqual("00", response.ResponseCode);
        }