cancellationReason property
- @JsonKey(name: "cancellation_reason")
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;