BillPayment class

Constructors

BillPayment({required String billerName, required String kudaReference, required String kudaAccountNumber, required TransactionChannel transactionChannel, required int transactionAmount, required String recipientNumber, required int transactionStatus, required int postingStatus, dynamic hasBeenReserved, required BillType billType})
BillPayment.fromJson(Map<String, dynamic> json)
factory

Properties

billerName String
getter/setter pair
billType BillType
getter/setter pair
hasBeenReserved ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kudaAccountNumber String
getter/setter pair
kudaReference String
getter/setter pair
postingStatus int
getter/setter pair
recipientNumber String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionAmount int
getter/setter pair
transactionChannel TransactionChannel
getter/setter pair
transactionStatus int
getter/setter pair

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.
inherited

Operators

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