lastPaymentError property

  1. @JsonKey.new(name: "last_payment_error")
StripeError? get lastPaymentError
inherited

The payment error encountered in the previous PaymentIntent confirmation. It will be cleared if the PaymentIntent is later updated for any reason.

Implementation

String? get invoice;/// The payment error encountered in the previous PaymentIntent confirmation.
/// It will be cleared if the PaymentIntent is later updated for any reason.
@JsonKey(name: "last_payment_error") StripeError? get lastPaymentError;