object CreateBillOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
bill | Bill |
Referenced By
- bill_create Mutation
Example
{
"request_id": "abc123",
"complexity": 987,
"bill": Bill
}| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
bill | Bill |
{
"request_id": "abc123",
"complexity": 987,
"bill": Bill
}