Interface LeadAddress.Builder

  • Method Details

    • city

      The city of the lead customer's address.

      Parameters:
      city - The city of the lead customer's address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • postalCode

      LeadAddress.Builder postalCode(String postalCode)

      The postal code of the lead customer's address.

      Parameters:
      postalCode - The postal code of the lead customer's address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stateOrRegion

      LeadAddress.Builder stateOrRegion(String stateOrRegion)

      The state or region of the lead customer's address.

      Parameters:
      stateOrRegion - The state or region of the lead customer's address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • countryCode

      LeadAddress.Builder countryCode(String countryCode)

      The country code of the lead customer's address.

      Parameters:
      countryCode - The country code of the lead customer's address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.