All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| billingCycle | BillingCycleDto | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"billingCycle" : {
"code" : "...",
"description" : "...",
"billingTemplateName" : "...",
"invoiceDateDelay" : 12345,
"dueDateDelay" : 12345,
"dueDateDelayEL" : "...",
"invoiceDateProductionDelay" : 12345,
"transactionDateDelay" : 12345,
"calendar" : "...",
"invoicingThreshold" : 12345.0,
"invoiceTypeCode" : "...",
"customFields" : {
"customField" : [ { }, { } ]
},
"updatedCode" : "..."
},
"actionStatus" : {
"status" : "SUCCESS",
"errorCode" : "MISSING_PARAMETER",
"message" : "..."
}
}