Interface Jurisdiction.Builder

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

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

    • 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.