DocuSign v0.2.4 DocuSign.Model.RecipientFormData View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %DocuSign.Model.RecipientFormData{
  declinedTime: String.t(),
  deliveredTime: String.t(),
  email: String.t(),
  formData: [NameValue],
  name: String.t(),
  recipientId: String.t(),
  sentTime: String.t(),
  signedTime: String.t()
}