isInBillingRetryPeriod property

  1. @JsonKey(name: 'is_in_billing_retry_period')
String? isInBillingRetryPeriod
final

A flag that indicates Apple is attempting to renew an expired subscription automatically. This field is only present if an auto-renewable subscription is in the billing retry state. See is_in_billing_retry_period for more information.

Implementation

@JsonKey(name: 'is_in_billing_retry_period')
final String? isInBillingRetryPeriod;