Class WorkbookFunctionsOddLPriceParameterSet

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

public class WorkbookFunctionsOddLPriceParameterSet extends Object
The class for the Workbook Functions Odd LPrice 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.
    • lastInterest

      @SerializedName(value="lastInterest", alternate="LastInterest") @Expose @Nullable public com.google.gson.JsonElement lastInterest
      The last Interest.
    • rate

      @SerializedName(value="rate", alternate="Rate") @Expose @Nullable public com.google.gson.JsonElement rate
      The rate.
    • yld

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

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

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

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

    • WorkbookFunctionsOddLPriceParameterSet

      public WorkbookFunctionsOddLPriceParameterSet()
      Instiaciates a new WorkbookFunctionsOddLPriceParameterSet
    • WorkbookFunctionsOddLPriceParameterSet

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