DocuSign v0.2.4 DocuSign.Model.EnvelopeFormData View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %DocuSign.Model.EnvelopeFormData{
  emailSubject: String.t(),
  envelopeId: String.t(),
  formData: [NameValue],
  recipientFormData: [RecipientFormData],
  sentDateTime: String.t(),
  status: String.t()
}