Current section
Files
Jump to
Current section
Files
lib/docusign/model/ssn4_information_input.ex
# NOTE: This file is auto generated by OpenAPI Generator 7.12.0 (https://openapi-generator.tech).
# Do not edit this file manually.
defmodule DocuSign.Model.Ssn4InformationInput do
@moduledoc """
"""
@derive Jason.Encoder
defstruct [
:displayLevelCode,
:receiveInResponse,
:ssn4
]
@type t :: %__MODULE__{
:displayLevelCode => String.t() | nil,
:receiveInResponse => String.t() | nil,
:ssn4 => String.t() | nil
}
def decode(value) do
value
end
end