Hello, what is the best way to know when does isp subscription expire?
Response doesn't seem to have any dates at all, only that user is entitled and active element count:
{ productId: 'amzn1.adg.product.xxxxxx', referenceName: 'subscription-testing', type: 'SUBSCRIPTION', name: 'subscription', summary: 'subscribe to testing', entitled: 'ENTITLED', entitlementReason: 'PURCHASED', purchasable: 'NOT_PURCHASABLE', activeEntitlementCount: 1, purchaseMode: 'TEST' }
I could save the date when user has subscribed, but is it the only way?