Class WorkbookFunctionsPriceDiscParameterSet

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

public class WorkbookFunctionsPriceDiscParameterSet extends Object
The class for the Workbook Functions Price Disc 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.
    • discount

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

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

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

    • WorkbookFunctionsPriceDiscParameterSet

      public WorkbookFunctionsPriceDiscParameterSet()
      Instiaciates a new WorkbookFunctionsPriceDiscParameterSet
    • WorkbookFunctionsPriceDiscParameterSet

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