Android BillingClient has a function [`getPurchaseOptionId()`](https://developer.android.com/reference/com/android/billingclient/api/ProductDetails.OneTimePurchaseOfferDetails#getPurchaseOptionId()). Can this be added as `purchaseOptionId` to `OneTimePurchaseOfferDetails`? This will help in determining which purchase option to show to user.
Android BillingClient has a function
getPurchaseOptionId(). Can this be added aspurchaseOptionIdtoOneTimePurchaseOfferDetails?This will help in determining which purchase option to show to user.