purchaseState property
The purchase state of the purchase.
Output only. Possible string values are:
- "PURCHASE_STATE_UNSPECIFIED" : Purchase state unspecified. This value should never be set.
- "PURCHASED" : Purchased successfully.
- "CANCELLED" : Purchase canceled.
- "PENDING" : The purchase is in a pending state and has not yet been completed. For more information on handling pending purchases, see https://developer.android.com/google/play/billing/integrate#pending.
Implementation
core.String? purchaseState;