cancellationReason property
- @JsonKey.new(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: "canceled_at") int? get canceledAt;/// 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).
@JsonKey(name: "cancellation_reason") PaymentIntentCancellationReason? get cancellationReason;