object AddBillAdHocChargeOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
charge | AdHocCharge |
Referenced By
- bill_add_ad_hoc_charge Mutation
Example
{
"request_id": "abc123",
"complexity": 987,
"charge": AdHocCharge
}| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
charge | AdHocCharge |
{
"request_id": "abc123",
"complexity": 987,
"charge": AdHocCharge
}