gracePeriodExpiresDate property

  1. @JsonKey(name: 'grace_period_expires_date')
String? gracePeriodExpiresDate
final

The time at which the grace period for subscription renewals expires, in a date-time format similar to the ISO 8601.

Implementation

@JsonKey(name: 'grace_period_expires_date')
final String? gracePeriodExpiresDate;