RequestWithdrawResponseMessage class

Constructors

RequestWithdrawResponseMessage({required String operationId, required String status, required DateTime createdAt, required DateTime updatedAt, required Object reference, required String amount, required String accountName, required String accountId, required BankInfo bankInfo})
RequestWithdrawResponseMessage.fromJson(String source)
factory
RequestWithdrawResponseMessage.fromMap(Map<String, dynamic> map)
factory

Properties

accountId String
getter/setter pair
accountName String
getter/setter pair
amount String
getter/setter pair
bankInfo BankInfo
getter/setter pair
createdAt DateTime
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
operationId String
getter/setter pair
reference Object
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
getter/setter pair
updatedAt DateTime
getter/setter pair

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 nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object o) bool
The equality operator.
override