I have integrated the XERO-API on my java application and I need to display a list of Assets along with their AssetType.
I have seen that when you make a Postman call to get all Assets, the JSON object items returned contain the "assetTypeId" attribute as well as in the API documentation the "assetTypeId" attribute is returned.
However the Asset.class from the java sdk does not contain the "assetTypeId" property. Is there another way to get the AssetType from an Asset using the xero-api java sdk? I am using v3.5.2 of the jar.