Hi
So, the sample files are a treat and I've placed a bet. But now I don't know how to drill down and test the outcome of my investment (with a known BetID). After signing in, the only code I have is the below......
Console.WriteLine("\nBeginning sample run!\n");
var result = new ClearedOrderSummary();
result.BetId = "60495272320";
string myResult;
myResult = ??
Console.WriteLine(myResult);
Question: What objects do you hop on (minimally) to confirm if the bet was a win or a loss?
So, the sample files are a treat and I've placed a bet. But now I don't know how to drill down and test the outcome of my investment (with a known BetID). After signing in, the only code I have is the below......
Console.WriteLine("\nBeginning sample run!\n");
var result = new ClearedOrderSummary();
result.BetId = "60495272320";
string myResult;
myResult = ??
Console.WriteLine(myResult);
Question: What objects do you hop on (minimally) to confirm if the bet was a win or a loss?



Comment