RequestWithdrawResponseMessage class
Constructors
- RequestWithdrawResponseMessage({String operationId, String status, DateTime createdAt, DateTime updatedAt, Object reference, String amount, String accountName, String accountId, BankInfo bankInfo})
- RequestWithdrawResponseMessage.fromJson(String source)
-
factory
-
RequestWithdrawResponseMessage.fromMap(Map<
String, dynamic> map) -
factory
Properties
- accountId ↔ String
-
read / write
- accountName ↔ String
-
read / write
- amount ↔ String
-
read / write
- bankInfo ↔ BankInfo
-
read / write
- createdAt ↔ DateTime
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, override
- operationId ↔ String
-
read / write
- reference ↔ Object
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- status ↔ String
-
read / write
- updatedAt ↔ DateTime
-
read / write
Methods
-
copyWith(
{String operationId, String status, DateTime createdAt, DateTime updatedAt, Object reference, String amount, String accountName, String accountId, BankInfo bankInfo}) → RequestWithdrawResponseMessage -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object o) → bool -
The equality operator. [...]
override