Package com.docusign.esign.model
Class Ssn4InformationInput
- java.lang.Object
-
- com.docusign.esign.model.Ssn4InformationInput
-
- All Implemented Interfaces:
Serializable
public class Ssn4InformationInput extends Object implements Serializable
Ssn4InformationInput.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Ssn4InformationInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Ssn4InformationInput
displayLevelCode(String displayLevelCode)
displayLevelCode.boolean
equals(Object o)
Compares objects.String
getDisplayLevelCode()
Specifies the display level for the recipient.String
getReceiveInResponse()
When set to **true**, the information needs to be returned in the response..String
getSsn4()
The last four digits of the recipient's Social Security Number (SSN)..int
hashCode()
Returns the HashCode.Ssn4InformationInput
receiveInResponse(String receiveInResponse)
receiveInResponse.void
setDisplayLevelCode(String displayLevelCode)
setDisplayLevelCode.void
setReceiveInResponse(String receiveInResponse)
setReceiveInResponse.void
setSsn4(String ssn4)
setSsn4.Ssn4InformationInput
ssn4(String ssn4)
ssn4.String
toString()
Converts the given object to string.
-
-
-
Method Detail
-
displayLevelCode
public Ssn4InformationInput displayLevelCode(String displayLevelCode)
displayLevelCode.- Returns:
- Ssn4InformationInput
-
getDisplayLevelCode
public String getDisplayLevelCode()
Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay.- Returns:
- displayLevelCode
-
setDisplayLevelCode
public void setDisplayLevelCode(String displayLevelCode)
setDisplayLevelCode.
-
receiveInResponse
public Ssn4InformationInput receiveInResponse(String receiveInResponse)
receiveInResponse.- Returns:
- Ssn4InformationInput
-
getReceiveInResponse
public String getReceiveInResponse()
When set to **true**, the information needs to be returned in the response..- Returns:
- receiveInResponse
-
setReceiveInResponse
public void setReceiveInResponse(String receiveInResponse)
setReceiveInResponse.
-
ssn4
public Ssn4InformationInput ssn4(String ssn4)
ssn4.- Returns:
- Ssn4InformationInput
-
getSsn4
public String getSsn4()
The last four digits of the recipient's Social Security Number (SSN)..- Returns:
- ssn4
-
setSsn4
public void setSsn4(String ssn4)
setSsn4.
-
equals
public boolean equals(Object o)
Compares objects.
-
-