DocuSign v0.2.4 DocuSign.Model.UsageHistory View Source

A complex element consisting of: lastSentDateTime - the date and time the user last sent an envelope. lastSignedDateTime - the date and time the user last signed an envelope. sentCount - the number of envelopes the user has sent. signedCount - the number of envelopes the user has signed.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %DocuSign.Model.UsageHistory{
  lastSentDateTime: String.t(),
  lastSignedDateTime: String.t(),
  sentCount: integer(),
  signedCount: integer()
}