Class WorkbookFunctionsAccrIntMParameterSet

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

public class WorkbookFunctionsAccrIntMParameterSet extends Object
The class for the Workbook Functions Accr Int MParameter Set.
  • Field Details

    • issue

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

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

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

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

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

    • WorkbookFunctionsAccrIntMParameterSet

      public WorkbookFunctionsAccrIntMParameterSet()
      Instiaciates a new WorkbookFunctionsAccrIntMParameterSet
    • WorkbookFunctionsAccrIntMParameterSet

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