Interface Constraints.Builder

    • Method Detail

      • multipleDimensionSelection

        Constraints.Builder multipleDimensionSelection​(String multipleDimensionSelection)

        Determines if buyers are allowed to select multiple dimensions in the rate card. The possible values are Allowed and Disallowed. The default value is Allowed.

        Parameters:
        multipleDimensionSelection - Determines if buyers are allowed to select multiple dimensions in the rate card. The possible values are Allowed and Disallowed. The default value is Allowed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • quantityConfiguration

        Constraints.Builder quantityConfiguration​(String quantityConfiguration)

        Determines if acceptors are allowed to configure quantity for each dimension in rate card. The possible values are Allowed and Disallowed. The default value is Allowed.

        Parameters:
        quantityConfiguration - Determines if acceptors are allowed to configure quantity for each dimension in rate card. The possible values are Allowed and Disallowed. The default value is Allowed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.