DocuSign v0.2.9 DocuSign.Model.RecipientFormData View Source

Link to this section Summary

Link to this section Types

Specs

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()
}