expiresDate property

  1. @JsonKey(name: 'expires_date')
String? expiresDate
final

The time a subscription expires or when it will renew, in a date-time format similar to the ISO 8601.

Implementation

@JsonKey(name: 'expires_date')
final String? expiresDate;