Class WorkbookFunctionsIntRateParameterSet

java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsIntRateParameterSet

public class WorkbookFunctionsIntRateParameterSet extends Object
The class for the Workbook Functions Int Rate Parameter Set.
  • Field Details

    • settlement

      @SerializedName(value="settlement", alternate="Settlement") @Expose @Nullable public com.google.gson.JsonElement settlement
      The settlement.
    • maturity

      @SerializedName(value="maturity", alternate="Maturity") @Expose @Nullable public com.google.gson.JsonElement maturity
      The maturity.
    • investment

      @SerializedName(value="investment", alternate="Investment") @Expose @Nullable public com.google.gson.JsonElement investment
      The investment.
    • redemption

      @SerializedName(value="redemption", alternate="Redemption") @Expose @Nullable public com.google.gson.JsonElement redemption
      The redemption.
    • basis

      @SerializedName(value="basis", alternate="Basis") @Expose @Nullable public com.google.gson.JsonElement basis
      The basis.
  • Constructor Details

    • WorkbookFunctionsIntRateParameterSet

      public WorkbookFunctionsIntRateParameterSet()
      Instiaciates a new WorkbookFunctionsIntRateParameterSet
    • WorkbookFunctionsIntRateParameterSet

      protected WorkbookFunctionsIntRateParameterSet(@Nonnull WorkbookFunctionsIntRateParameterSet.WorkbookFunctionsIntRateParameterSetBuilder builder)
      Instiaciates a new WorkbookFunctionsIntRateParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details