AIsOfCatan.Trade.Decline C# (CSharp) Method

Decline() public method

public Decline ( ) : ITrade
return ITrade
        public ITrade Decline()
        {
            Status = TradeStatus.Declined;
            return this;
        }