BankPay class

Annotations
  • @JsonSerializable.new()

Constructors

BankPay({required String id, required String bankName, required String bankCode, required String branchNumber, required String branchName, required String depositType, required String maskedAccountNumber, required String accountName, String? privateMoneyId})
BankPay.fromJson(Map<String, dynamic> json)
factory

Properties

accountName String
final
bankCode String
final
bankName String
final
branchName String
final
branchNumber String
final
depositType String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
maskedAccountNumber String
final
privateMoneyId 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() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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