CreateBillingRunDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
billingCycleCode string
billingRunTypeEnum BillingProcessTypesEnum
startDate number
endDate number
invoiceDate number
lastTransactionDate number

Example

{
  "billingCycleCode" : "...",
  "billingRunTypeEnum" : "MANUAL",
  "startDate" : 12345,
  "endDate" : 12345,
  "invoiceDate" : 12345,
  "lastTransactionDate" : 12345
}