Class WorkbookFunctionsCumIPmtParameterSet

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

public class WorkbookFunctionsCumIPmtParameterSet extends Object
The class for the Workbook Functions Cum IPmt Parameter Set.
  • Field Details

    • rate

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

      @SerializedName(value="nper", alternate="Nper") @Expose @Nullable public com.google.gson.JsonElement nper
      The nper.
    • pv

      @SerializedName(value="pv", alternate="Pv") @Expose @Nullable public com.google.gson.JsonElement pv
      The pv.
    • startPeriod

      @SerializedName(value="startPeriod", alternate="StartPeriod") @Expose @Nullable public com.google.gson.JsonElement startPeriod
      The start Period.
    • endPeriod

      @SerializedName(value="endPeriod", alternate="EndPeriod") @Expose @Nullable public com.google.gson.JsonElement endPeriod
      The end Period.
    • type

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

    • WorkbookFunctionsCumIPmtParameterSet

      public WorkbookFunctionsCumIPmtParameterSet()
      Instiaciates a new WorkbookFunctionsCumIPmtParameterSet
    • WorkbookFunctionsCumIPmtParameterSet

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