Class WorkbookFunctionsTbillPriceParameterSet

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

public class WorkbookFunctionsTbillPriceParameterSet extends Object
The class for the Workbook Functions Tbill Price 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.
  • Constructor Details

    • WorkbookFunctionsTbillPriceParameterSet

      public WorkbookFunctionsTbillPriceParameterSet()
      Instiaciates a new WorkbookFunctionsTbillPriceParameterSet
    • WorkbookFunctionsTbillPriceParameterSet

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