cancellationReason property

  1. @JsonKey(name: 'cancellation_reason')
String? cancellationReason
final

The reason for a refunded or revoked transaction. A value of “1” indicates that the customer canceled their transaction due to an actual or perceived issue within your app. A value of “0” indicates that the transaction was canceled for another reason; for example, if the customer made the purchase accidentally.

Implementation

@JsonKey(name: 'cancellation_reason')
final String? cancellationReason;