View Source DocuSign.Model.DobInformationInput (DocuSign v1.2.0)

Complex type containing: dateOfBirth displayLevelCode * receiveInResponse

Summary

Types

@type t() :: %DocuSign.Model.DobInformationInput{
  dateOfBirth: String.t() | nil,
  displayLevelCode: String.t() | nil,
  receiveInResponse: String.t() | nil
}