VendorDto
A class to return a subset of the information of a vendor object
namestringnullable
The display name of the vendor
websitestringnullable
The official website of the vendor
commentstringnullable
An optional comment about the vendor
iduuid
A unique identifier of this instance
VendorDto
{
"name": "string",
"website": "string",
"comment": "string",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}