VendorTotal
Represents total amount summaries for vendors, capturing the total amount currently due for each vendor.
Columns
| Name | Type | Description |
| href | String | The URL of the vendor total resource. |
| id | String | The unique identifier of the vendor total record. |
| key [KEY] | String | The system-assigned key that uniquely identifies the vendor total record. |
| totalDue | Decimal | The total amount currently due to the associated vendor. |
| vendor_Href | String | The URL of the vendor associated with this vendor total record. |
| vendor_Id | String | The Id of the vendor associated with this vendor total record. |
| vendor_Key | String | The system-assigned key of the vendor associated with this vendor total record. |
| vendor_Name | String | The name of the vendor associated with this vendor total record. |