gracePeriodExpiresDateMs property

  1. @JsonKey(name: 'grace_period_expires_date_ms')
String? gracePeriodExpiresDateMs
final

The time at which the grace period for subscription renewals expires, in UNIX epoch time format, in milliseconds. This key is only present for apps that have Billing Grace Period enabled and when the user experiences a billing error at the time of renewal. Use this time format for processing dates.

Implementation

@JsonKey(name: 'grace_period_expires_date_ms')
final String? gracePeriodExpiresDateMs;