Interface Jurisdiction.Builder

    • Method Detail

      • countryCode

        Jurisdiction.Builder countryCode​(String countryCode)

        The country code of the jurisdiction.

        Parameters:
        countryCode - The country code of the jurisdiction.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stateOrRegion

        Jurisdiction.Builder stateOrRegion​(String stateOrRegion)

        The state, region, or province associated with the country of the jurisdiction, if applicable.

        Parameters:
        stateOrRegion - The state, region, or province associated with the country of the jurisdiction, if applicable.
        Returns:
        Returns a reference to this object so that method calls can be chained together.