object FulfillmentInvoiceQueryResult
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
data | FulfillmentInvoice |
Referenced By
- fulfillment_invoice Query
Example
{
"request_id": "abc123",
"complexity": 987,
"data": FulfillmentInvoice
}