| name | data type | description |
|---|---|---|
| processDate | number | |
| status | BillingRunStatusEnum | |
| statusDate | number | |
| billingCycle | BillingCycleDto | |
| billingAccountNumber | number | |
| billableBillingAcountNumber | number | |
| producibleInvoiceNumber | number | |
| producibleAmountWithoutTax | number | |
| producibleAmountTax | number | |
| InvoiceNumber | number | |
| producibleAmountWithTax | number | |
| prAmountWithoutTax | number | |
| prAmountWithTax | number | |
| prAmountTax | number | |
| processType | BillingProcessTypesEnum | |
| startDate | number | |
| endDate | number | |
| invoiceDate | number | |
| lastTransactionDate | number | |
| rejectionReason | string | |
| currencyCode | string | |
| countryCode | string | |
| languageCode | string | |
| selectedBillingAccounts | string | |
| xmlInvoiceGenerated | boolean |
Example
{
"processDate" : 12345,
"status" : "CANCELED",
"statusDate" : 12345,
"billingCycle" : {
"code" : "...",
"description" : "...",
"billingTemplateName" : "...",
"invoiceDateDelay" : 12345,
"dueDateDelay" : 12345,
"dueDateDelayEL" : "...",
"invoiceDateProductionDelay" : 12345,
"transactionDateDelay" : 12345,
"calendar" : "...",
"invoicingThreshold" : 12345.0,
"invoiceTypeCode" : "...",
"customFields" : {
"customField" : [ { }, { } ],
"inheritedCustomField" : [ { }, { } ]
},
"updatedCode" : "..."
},
"billingAccountNumber" : 12345,
"billableBillingAcountNumber" : 12345,
"producibleInvoiceNumber" : 12345,
"producibleAmountWithoutTax" : 12345.0,
"producibleAmountTax" : 12345.0,
"InvoiceNumber" : 12345,
"producibleAmountWithTax" : 12345.0,
"prAmountWithoutTax" : 12345.0,
"prAmountWithTax" : 12345.0,
"prAmountTax" : 12345.0,
"processType" : "MANUAL",
"startDate" : 12345,
"endDate" : 12345,
"invoiceDate" : 12345,
"lastTransactionDate" : 12345,
"rejectionReason" : "...",
"currencyCode" : "...",
"countryCode" : "...",
"languageCode" : "...",
"selectedBillingAccounts" : "...",
"xmlInvoiceGenerated" : true
}