new module:model/Ssn4InformationInput()
- Source:
Constructs a new Ssn4InformationInput
.
Members
(inner) displayLevelCode :String
- Source:
Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay
Type:
- String
(inner) receiveInResponse :String
- Source:
When set to true, the information needs to be returned in the response.
Type:
- String
(inner) ssn4 :String
- Source:
The last four digits of the recipient's Social Security Number (SSN).
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/Ssn4InformationInput}
- Source:
Constructs a Ssn4InformationInput
from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data
to obj
if supplied or a new instance if not.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/Ssn4InformationInput | Optional instance to populate. |
Returns:
The populated Ssn4InformationInput
instance.