cancellationReason property

  1. @JsonKey(name: "cancellation_reason")
SetupIntentCancellationReason? get cancellationReason
inherited

Reason for cancellation of this SetupIntent, one of abandoned, requested_by_customer, or duplicate.

Implementation

@JsonKey(name: "cancellation_reason")
SetupIntentCancellationReason? get cancellationReason =>
    throw _privateConstructorUsedError;