object AddBillAdHocChargeOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
charge | AdHocCharge | Bill ad hoc charge returned by the mutation. |
Referenced By
- bill_add_ad_hoc_charge Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"charge": {id: "QWRIb2NDaGFyZ2U6MTIzNA=="}
}