Class UpdateProfileRequest

    • Method Detail

      • profileId

        public final String profileId()

        Specifies the unique, system-generated identifier for the profile.

        Returns:
        Specifies the unique, system-generated identifier for the profile.
      • name

        public final String name()

        The name of the profile, used to identify it.

        Returns:
        The name of the profile, used to identify it.
      • email

        public final String email()

        Specifies the email address associated with this customer profile.

        Returns:
        Specifies the email address associated with this customer profile.
      • phone

        public final String phone()

        Specifies the phone number associated with the profile.

        Returns:
        Specifies the phone number associated with the profile.
      • businessName

        public final String businessName()

        Specifies the name for the business associated with this profile.

        Returns:
        Specifies the name for the business associated with this profile.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object