Interface CustomerAgreement.Builder

    • Method Detail

      • agreementName

        CustomerAgreement.Builder agreementName​(String agreementName)

        The name of the agreement.

        Parameters:
        agreementName - The name of the agreement.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        CustomerAgreement.Builder status​(String status)

        The status of the customer agreement. This will be either signed or unsigned

        Parameters:
        status - The status of the customer agreement. This will be either signed or unsigned
        Returns:
        Returns a reference to this object so that method calls can be chained together.