isAcknowledged property

  1. @JsonKey(defaultValue: false)
bool isAcknowledged
final

Whether the purchase has been acknowledged.

A successful purchase has to be acknowledged within 3 days after the purchase via BillingClient.acknowledgePurchase.

Implementation

@JsonKey(defaultValue: false)
final bool isAcknowledged;