KudaBilling class

Constructors

KudaBilling()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

ADMIN_GET_PURCHADED_BILLS(Map<String, dynamic> payload, [String? requestRef]) Future<AdminGetPurchadedBills>
ADMIN_PURCHASE_BILL(Map<String, dynamic> payload, [String? requestRef]) Future<PurcahseBillingResponse>
BILL_TSQ(Map<String, dynamic> payload, [String? requestRef]) Future<PurcahseBillingResponse>
GET_BILLERS_BY_TYPE(Map<String, dynamic> payload, [String? requestRef]) Future<BillingResponse>
GET_PURCHADED_BILLS(Map<String, dynamic> payload, [String? requestRef]) Future<AdminGetPurchadedBills>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
PURCHASE_BILL(Map<String, dynamic> payload, [String? requestRef]) Future<PurcahseBillingResponse>
toString() String
A string representation of this object.
inherited
VERIFY_BILL_CUSTOMER(Map<String, dynamic> payload, [String? requestRef]) Future<VerifyBillingResponse>

Operators

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