A Dto class holding the Rate subscription response.
name | data type | description |
---|---|---|
totalRatedCharges | number | |
ratedChargesResult | map of string | |
actionStatus | ActionStatus | Gets the action status. |
Example
{ "totalRatedCharges" : 12345, "ratedChargesResult" : { "property1" : "...", "property2" : "..." }, "actionStatus" : { "status" : "WARNING", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." } }