offerToken property

String? offerToken
final

For One-time product, "offerToken" shouldn't be filled.

For subscriptions, to get the offer token corresponding to the selected offer call productDetails.subscriptionOfferDetails?.get(selectedOfferIndex)?.offerToken

Implementation

final String? offerToken;