Hey @gauvain-robert-81fadb!
This isn’t built into our SDK, but shouldn’t be too difficult to calculate on your own. I’d recommend using the `price` property on each product inside a package, and manually calculate the difference between two packages: https://github.com/RevenueCat/purchases-hybrid-common/blob/main/typescript/src/offerings.ts#L87
Hello Cody,
Thank you for your answer. Additionally, in the image, you can also see the trial duration of the subscription, which can vary if desired (this is how it can be done in the Play Console). However, in each package item returned by the SDK, I don't see this field. Is this normal?