SetupIntentNextAction class final

If present, this property tells you what actions you need to take in order for your customer to continue payment setup.

Constructors

SetupIntentNextAction({PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode? cashappHandleRedirectOrDisplayQrCode, SetupIntentNextActionRedirectToUrl? redirectToUrl, required String type, Object? useStripeSdk, SetupIntentNextActionVerifyWithMicrodeposits? verifyWithMicrodeposits})
If present, this property tells you what actions you need to take in order for your customer to continue payment setup.
const
SetupIntentNextAction.fromJson(Object? json)
factory

Properties

cashappHandleRedirectOrDisplayQrCode PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode?
final
hashCode int
The hash code for this object.
no setterinherited
redirectToUrl SetupIntentNextActionRedirectToUrl?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
final
useStripeSdk Object?
final
verifyWithMicrodeposits SetupIntentNextActionVerifyWithMicrodeposits?
final

Methods

encodeWith<V>(Encoder<V> encoder) → V
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

encode<V>(SetupIntentNextAction instance, Encoder<V> encoder) → V