All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| billingRunDto | BillingRunDto | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"billingRunDto" : {
"processDate" : 12345,
"status" : "PREVALIDATED",
"statusDate" : 12345,
"billingCycle" : {
"code" : "...",
"description" : "...",
"billingTemplateName" : "...",
"invoiceDateDelay" : 12345,
"dueDateDelay" : 12345,
"dueDateDelayEL" : "...",
"invoiceDateProductionDelay" : 12345,
"transactionDateDelay" : 12345,
"calendar" : "...",
"invoicingThreshold" : 12345.0,
"invoiceTypeCode" : "...",
"customFields" : { },
"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" : "AUTOMATIC",
"startDate" : 12345,
"endDate" : 12345,
"invoiceDate" : 12345,
"lastTransactionDate" : 12345,
"rejectionReason" : "...",
"currencyCode" : "...",
"countryCode" : "...",
"languageCode" : "...",
"selectedBillingAccounts" : "...",
"xmlInvoiceGenerated" : true
},
"actionStatus" : {
"status" : "SUCCESS",
"errorCode" : "MISSING_PARAMETER",
"message" : "..."
}
}