Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 616 Bytes

File metadata and controls

30 lines (18 loc) · 616 Bytes

SubmissionBatch

Properties

Name Type Description Notes
id String
state StateEnum
metadata Object
processedAt String
totalCount Integer
pendingCount Integer
errorCount Integer
completionPercentage BigDecimal

Enum: StateEnum

Name Value
PENDING "pending"
PROCESSED "processed"
ERROR "error"