Transfer class

Constructors

Transfer.new({required String id, required int fee, required int amount, required String bankName, required String bankCode, required String agency, required String bankAccount, required String recipientId, required DateTime dateCreated, required String status, required int bankAccountCheckDigit})
Transfer.fromJson(String source)
factory
Transfer.fromMap(Map<String, dynamic> map)
factory

Properties

agency String
final
amount int
final
bankAccount String
final
bankAccountCheckDigit int
final
bankCode String
final
bankName String
final
dateCreated DateTime
final
fee int
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
recipientId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
final

Methods

copyWith({String? id, int? fee, int? amount, String? bankName, String? bankCode, String? agency, String? bankAccount, String? recipientId, DateTime? dateCreated, String? status, int? bankAccountCheckDigit}) Transfer
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.
inherited

Operators

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