NameInquiry class

Constructors

NameInquiry({String? beneficiaryAccountNumber, String? beneficiaryName, String? senderAccountNumber, String? senderName, int? beneficiaryCustomerID, String? beneficiaryBankCode, int? nameEnquiryID, String? responseCode, int? transferCharge, String? sessionID})
NameInquiry.fromJson(Map<String, dynamic> json)
factory

Properties

beneficiaryAccountNumber String?
final
beneficiaryBankCode String?
final
beneficiaryCustomerID int?
final
beneficiaryName String?
final
hashCode int
The hash code for this object.
no setterinherited
nameEnquiryID int?
final
responseCode String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
senderAccountNumber String?
final
senderName String?
final
sessionID String?
final
transferCharge int?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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