cancellationReason property

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

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

Implementation

@JsonKey(name: "attach_to_self") String? get attachToSelf;/// Reason for cancellation of this SetupIntent,
/// one of abandoned, requested_by_customer, or duplicate.
@JsonKey(name: "cancellation_reason") SetupIntentCancellationReason? get cancellationReason;