Class WorkbookFunctionsAccrIntParameterSet

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

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

    • issue

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

      @SerializedName(value="firstInterest", alternate="FirstInterest") @Expose @Nullable public com.google.gson.JsonElement firstInterest
      The first Interest.
    • 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.
    • 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.
    • calcMethod

      @SerializedName(value="calcMethod", alternate="CalcMethod") @Expose @Nullable public com.google.gson.JsonElement calcMethod
      The calc Method.
  • Constructor Details

    • WorkbookFunctionsAccrIntParameterSet

      public WorkbookFunctionsAccrIntParameterSet()
      Instiaciates a new WorkbookFunctionsAccrIntParameterSet
    • WorkbookFunctionsAccrIntParameterSet

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