status property

PaymentIntentsStatus status
inherited

Status of this PaymentIntent, one of requires_payment_method, requires_confirmation, requires_action, processing, requires_capture, canceled, or succeeded.

Implementation

PaymentIntentsStatus get status => throw _privateConstructorUsedError;