All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| recurringChargeTemplate | RecurringChargeTemplateDto | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"recurringChargeTemplate" : {
"calendar" : "...",
"durationTermInMonth" : 12345,
"subscriptionProrata" : true,
"terminationProrata" : true,
"applyInAdvance" : true,
"shareLevel" : 12345,
"filterExpression" : "...",
"code" : "...",
"description" : "...",
"invoiceSubCategory" : "...",
"disabled" : true,
"amountEditable" : true,
"languageDescriptions" : [ {
"languageCode" : "...",
"description" : "..."
}, {
"languageCode" : "...",
"description" : "..."
} ],
"inputUnitDescription" : "...",
"ratingUnitDescription" : "...",
"unitMultiplicator" : 12345.0,
"unitNbDecimal" : 12345,
"roundingModeDtoEnum" : "UP",
"revenueRecognitionRuleCode" : "...",
"customFields" : {
"customField" : [ { }, { } ]
},
"triggeredEdrs" : {
"triggeredEdr" : [ { }, { } ]
},
"updatedCode" : "..."
},
"actionStatus" : {
"status" : "SUCCESS",
"errorCode" : "ENTITY_ALREADY_EXISTS_EXCEPTION",
"message" : "..."
}
}