The property "plan_name" as returned in the JSON response is not mapped to ZsSubscription. It is impossible to determine the licensed product using this query.
Sorry, it appears to be that one must retrieve the single instance of the subscription subsequally to obtain this kind of information. This is due to the api design.
According to: https://www.zoho.eu/subscriptions/api/v1/?src=subscriptions-webapp#Subscriptions
Implementation in
ZsSubscriptionApi
:The property "plan_name" as returned in the JSON response is not mapped to
ZsSubscription
. It is impossible to determine the licensed product using this query.