last_payment_error property

Map<String, dynamic>? last_payment_error
final

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

Implementation

final Map<String,dynamic>? last_payment_error;