SEP24InteractiveResponse class Null safety
Represents an transfer service deposit or withdraw response.
Constructors
- SEP24InteractiveResponse(String type, String url, String id)
-
SEP24InteractiveResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
read-only, inherited
- id ↔ String
-
The anchor's internal ID for this deposit / withdrawal request. The wallet will use this ID to query the /transaction endpoint to check status of the request.
read / write
- rateLimitLimit ↔ int?
-
read / write, inherited
- rateLimitRemaining ↔ int?
-
read / write, inherited
- rateLimitReset ↔ int?
-
read / write, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- type ↔ String
-
Always set to interactive_customer_info_needed.
read / write
- url ↔ String
-
URL hosted by the anchor. The wallet should show this URL to the user as a popup.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
setHeaders(
Map< String, String> headers) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited