View Source DocuSign.Model.UsageHistory (DocuSign v1.2.0)

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.

Summary

Types

@type t() :: %DocuSign.Model.UsageHistory{
  lastSentDateTime: String.t() | nil,
  lastSignedDateTime: String.t() | nil,
  sentCount: String.t() | nil,
  signedCount: String.t() | nil
}