BalancedSharp.Tests.Integration.RefundApiTests.ListByAccount_Success C# (CSharp) Method

ListByAccount_Success() private method

private ListByAccount_Success ( ) : void
return void
        public void ListByAccount_Success()
        {
            var account = this.service.CurrentMarketplace.CreateAccount();
            var refunds = account.Result.Refunds();
            Assert.IsNotNull(refunds.Result);
        }