ReceipBankAccount class

Constructors

ReceipBankAccount.new({required String id, required String recipientId, required String pixKey, required String agency, required String bankName, required String bankCode, required String account, required String accountVerificationDigit, required String documentNumber, required String legalName, required DateTime dateCreated})
ReceipBankAccount.fromJson(String source)
factory
ReceipBankAccount.fromMap(Map<String, dynamic> map)
factory

Properties

account String
final
accountVerificationDigit String
final
agency String
final
bankCode String
final
bankName String
final
dateCreated DateTime
final
documentNumber String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
legalName String
final
pixKey String
final
recipientId String
final
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
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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