cancellationReason property

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

Reason for cancellation of this PaymentIntent, either user-provided (duplicate, fraudulent, requested_by_customer, or abandoned) or generated by Stripe internally (failed_invoice, void_invoice, or automatic).

Implementation

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