Interface PricingDetail.Builder

    • Method Detail

      • count

        PricingDetail.Builder count​(Integer count)

        The number of reservations available for the price.

        Parameters:
        count - The number of reservations available for the price.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • price

        PricingDetail.Builder price​(Double price)

        The price per instance.

        Parameters:
        price - The price per instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.