DocuSign v0.2.1 DocuSign.Model.BulkEnvelopeStatus View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %DocuSign.Model.BulkEnvelopeStatus{
batchId: String.t(),
batchSize: String.t(),
bulkEnvelopes: [BulkEnvelope],
bulkEnvelopesBatchUri: String.t(),
endPosition: String.t(),
failed: String.t(),
nextUri: String.t(),
previousUri: String.t(),
queued: String.t(),
resultSetSize: String.t(),
sent: String.t(),
startPosition: String.t(),
submittedDate: String.t(),
totalSetSize: String.t()
}
t() :: %DocuSign.Model.BulkEnvelopeStatus{ batchId: String.t(), batchSize: String.t(), bulkEnvelopes: [BulkEnvelope], bulkEnvelopesBatchUri: String.t(), endPosition: String.t(), failed: String.t(), nextUri: String.t(), previousUri: String.t(), queued: String.t(), resultSetSize: String.t(), sent: String.t(), startPosition: String.t(), submittedDate: String.t(), totalSetSize: String.t() }