cancellationDate property

  1. @JsonKey(name: 'cancellation_date')
String? cancellationDate
final

The time the App Store refunded a transaction or revoked it from family sharing, in a date-time format similar to the ISO 8601. This field is present only for refunded or revoked transactions.

Implementation

@JsonKey(name: 'cancellation_date')
final String? cancellationDate;