Interface PlaceResponse.PlaceResponseAttributesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getAmount()
      the wager amount
      int getMarket()
      Selected market ID
      int getOutcome()
      Selection - i.e.
      double getPayout()
      Potential win
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getMarket

        int getMarket()
         Selected market ID
         
        int32 market = 1 [json_name = "market"];
        Returns:
        The market.
      • getOutcome

        int getOutcome()
         Selection - i.e. betting opportunity ID
         
        int32 outcome = 2 [json_name = "outcome"];
        Returns:
        The outcome.
      • getPayout

        double getPayout()
         Potential win
         
        double payout = 3 [json_name = "payout"];
        Returns:
        The payout.
      • getAmount

        double getAmount()
         the wager amount
         
        double amount = 4 [json_name = "amount"];
        Returns:
        The amount.