Interface PricingModel.Builder

  • Method Details

    • pricingModelType

      PricingModel.Builder pricingModelType(String pricingModelType)

      The machine-readable type of the pricing model.

      Parameters:
      pricingModelType - The machine-readable type of the pricing model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • pricingModelType

      PricingModel.Builder pricingModelType(PricingModelType pricingModelType)

      The machine-readable type of the pricing model.

      Parameters:
      pricingModelType - The machine-readable type of the pricing model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • displayName

      PricingModel.Builder displayName(String displayName)

      The human-readable name of the pricing model.

      Parameters:
      displayName - The human-readable name of the pricing model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.