Class WorkbookFunctionsCoupNcdParameterSet

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

public class WorkbookFunctionsCoupNcdParameterSet extends Object
The class for the Workbook Functions Coup Ncd 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.
    • 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

    • WorkbookFunctionsCoupNcdParameterSet

      public WorkbookFunctionsCoupNcdParameterSet()
      Instiaciates a new WorkbookFunctionsCoupNcdParameterSet
    • WorkbookFunctionsCoupNcdParameterSet

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