PaymentIntentNextAction class

recommend you follow the next action type from the documentation.

Constructors

PaymentIntentNextAction({required String type, required Redirect? redirect})
recommend you follow the next action type from the documentation.
const
PaymentIntentNextAction.fromJson(String source)
recommend you follow the next action type from the documentation.
factory
PaymentIntentNextAction.fromMap(Map<String, dynamic> map)
recommend you follow the next action type from the documentation.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
redirect Redirect?
this is accessible when 3DS is detected.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool
If set to true, the toString method will be overridden to output this instance's props.
no setter
type String
next action type
final

Methods

copyWith({String? type, Redirect? redirect}) PaymentIntentNextAction
recommend you follow the next action type from the documentation.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
recommend you follow the next action type from the documentation.
toMap() Map<String, dynamic>
recommend you follow the next action type from the documentation.
toString() String
A string representation of this object.
inherited

Operators

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