Class WorkbookFunctionsYieldDiscParameterSet

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

public class WorkbookFunctionsYieldDiscParameterSet extends Object
The class for the Workbook Functions Yield Disc 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.
    • pr

      @SerializedName(value="pr", alternate="Pr") @Expose @Nullable public com.google.gson.JsonElement pr
      The pr.
    • 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

    • WorkbookFunctionsYieldDiscParameterSet

      public WorkbookFunctionsYieldDiscParameterSet()
      Instiaciates a new WorkbookFunctionsYieldDiscParameterSet
    • WorkbookFunctionsYieldDiscParameterSet

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