Interface PricingUnit.Builder

  • Method Details

    • pricingUnitType

      PricingUnit.Builder pricingUnitType(String pricingUnitType)

      The machine-readable type of the pricing unit.

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

      PricingUnit.Builder pricingUnitType(PricingUnitType pricingUnitType)

      The machine-readable type of the pricing unit.

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

      PricingUnit.Builder displayName(String displayName)

      The human-readable name of the pricing unit.

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