object CreateReturnExchangeOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
return_exchange | ReturnExchange | Return exchange for this return exchange. |
Referenced By
- return_create_exchange Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"return_exchange": {id: "UmV0dXJuRXhjaGFuZ2U6MTIzNA=="}
}