api.v0alpha.RecalculateBillingReq(RecalculateBillingReq)
RecalculateBillingReq represents the request message
for method RecalculateBilling. The month field is
an enum that can either be 0: the current month or
1: the previous month. The types field is a list of
billing types (as defined by api.commons.RecalculateBillingType)
that will be updated for recalculation.
{
"month": "RECALCULATE_BILLING_MONTH_CURRENT",
"types": [
"RECALCULATE_BILLING_TYPE_OUTBOUND_CALLS"
],
"org_id": "string"
}