JobInstanceInfoDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
timerName string
code string
lastTransactionDate number
invoiceDate number
billingCycle string

Example

{
  "code" : "...",
  "lastTransactionDate" : 12345,
  "invoiceDate" : 12345,
  "billingCycle" : "..."
}