isAcknowledged property
Whether the purchase has been acknowledged.
A successful purchase has to be acknowledged within 3 days after the purchase via BillingClient.acknowledgePurchase.
- See also BillingClient.acknowledgePurchase for more details on acknowledging purchases.
Implementation
@JsonKey(defaultValue: false)
final bool isAcknowledged;