api.v0alpha.RecalculateBillingRes(RecalculateBillingRes)
RecalculateBillingRes represents the response message for
method RecalculateBilling. The field results contains a list of
BillingResults with an entry for each billing type given on the request message.
Each result message will contain the count of updated records for a type
or an error message.
{
"results": [
{
"error_message": "string"
}
]
}