PostTransactionActionRequired class

This response means that the user must complete an action before this transaction can be approved. The approval service will provide a URL that facilitates the action. Upon completion, the user will resubmit the transaction.

Inheritance

Constructors

PostTransactionActionRequired(String message, String actionUrl, {String? actionMethod, List<String>? actionFields})

Properties

actionFields List<String>?
(optional) An array of additional fields defined by SEP-9 Standard KYC / AML fields that the client may optionally provide to the approval service when sending the request to the action_url so as to circumvent the need for the user to enter the information manually.
getter/setter pair
actionMethod String
(optional) GET or POST, indicating the type of request that should be made to the action_url.
getter/setter pair
actionUrl String
A URL that allows the user to complete the actions required to have the transaction approved.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
message String
A human readable string containing information regarding the action required.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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