cancellationDateMs property

  1. @JsonKey(name: 'cancellation_date_ms')
String? cancellationDateMs
final

The time the App Store refunded a transaction or revoked it from family sharing, in UNIX epoch time format, in milliseconds. This field is present only for refunded or revoked transactions. Use this time format for processing dates. See cancellation_date_ms for more information.

Implementation

@JsonKey(name: 'cancellation_date_ms')
final String? cancellationDateMs;