module:model/DobInformationInput

module:model/DobInformationInput

new module:model/DobInformationInput()

Source:

Constructs a new DobInformationInput.
Complex type containing: * dateOfBirth * displayLevelCode * receiveInResponse

Members

(inner) dateOfBirth :String

Source:

Specifies the recipient's date, month, and year of birth.

Type:
  • String

(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

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated DobInformationInput instance.

Type
module:model/DobInformationInput