billingIssueDetectedAt property

  1. @JsonKey(name: 'billingIssueDetectedAt')
String? billingIssueDetectedAt
inherited

The date 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.

Implementation

@JsonKey(name: 'billingIssueDetectedAt')
String? get billingIssueDetectedAt => throw _privateConstructorUsedError;