status property
Status of this SetupIntent, one of requires_payment_method, requires_confirmation, requires_action, processing, canceled, or succeeded.
Implementation
@JsonKey(name: "single_use_mandate") String? get singleUseMandate;/// Status of this SetupIntent, one of requires_payment_method,
/// requires_confirmation, requires_action, processing, canceled, or
/// succeeded.
SetupIntentsStatus get status;