DetailedVendorInfo

DetailedVendorInfo
DetailedVendorInfo
AllOf
This class requires all of the following:
JSON Example
{
    "entity_id": "string",
    "entity_type": "string",
    "entity_name": "string",
    "vendor_ids": [
        {
            "id_type": "string",
            "id_value": "string"
        }
    ],
    "manager": {
        "entity_id": "string",
        "entity_type": "string",
        "entity_name": "string",
        "vendor_ids": [
            {
                "id_type": "string",
                "id_value": "string"
            }
        ]
    }
}