object ReturnAttachmentType
Fields
| Field | Type | Description |
|---|---|---|
return | ReturnType | |
id | ID! | The ID of the object |
created_at | DateTime! | |
return_id | Int! | |
account_id | Int! | |
user_id | Int! | |
line_item_id | Float! | |
url | String! | |
filename | String! | |
file_type | String! | |
description | String | |
row_id | BigInt | |
line_item | ReturnedProductType |
Implements
Referenced By
Example
{
"return": ReturnType,
"id": "abc123",
"created_at": "abc123",
"return_id": 987,
"account_id": 987,
"user_id": 987,
"line_item_id": 1.0,
"url": "abc123",
"filename": "abc123",
"file_type": "abc123",
"description": "abc123",
"row_id": "abc123",
"line_item": ReturnedProductType
}