Interface PricingDetail.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PricingDetail.Builder,PricingDetail>, SdkBuilder<PricingDetail.Builder,PricingDetail>, SdkPojo
Enclosing class:
PricingDetail

public static interface PricingDetail.Builder extends SdkPojo, CopyableBuilder<PricingDetail.Builder,PricingDetail>
  • Method Details

    • 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

      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.