module:model/Ssn9InformationInput

module:model/Ssn9InformationInput

new module:model/Ssn9InformationInput()

Source:

Constructs a new Ssn9InformationInput.

Members

(inner) displayLevelCode :String

Source:

Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay

Type:
  • String

(inner) ssn9 :String

Source:

The recipient's Social Security Number(SSN).

Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/Ssn9InformationInput}

Source:

Constructs a Ssn9InformationInput 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/Ssn9InformationInput

Optional instance to populate.

Returns:

The populated Ssn9InformationInput instance.

Type
module:model/Ssn9InformationInput