status property

PaymentIntentsStatus get status
inherited

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

Implementation

@JsonKey(name: "statement_descriptor_suffix") String? get statementDescriptorSuffix;/// Status of this PaymentIntent, one of requires_payment_method,
/// requires_confirmation, requires_action, processing, requires_capture,
/// canceled, or succeeded.
 PaymentIntentsStatus get status;