billingIssueDetectedAtInstant

val <Error class: unknown class>.billingIssueDetectedAtInstant: Instant?

Deprecated

Instant properties have been moved to member fields. The entire purchases-kmp-datetime module is deprecated and can be removed from your Gradle files.

Replace with

billingIssueDetectedAt

The instant a billing issue was detected. Can be null if there is no billing issue or an issue has been resolved. Note: Entitlement may still be active even if there is a billing issue. Check the isActive property.