KhaltiService class

Constructors

KhaltiService({required KhaltiClient client})

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

buildBankUrl({required String bankId, required String mobile, required int amount, required String productIdentity, required String productName, required BankPaymentType paymentType}) String
confirmPayment({required PaymentConfirmationRequestModel request}) Future<PaymentConfirmationResponseModel>
getBanks({required BankPaymentType paymentType}) Future<BankListModel>
initiatePayment({required PaymentInitiationRequestModel request}) Future<PaymentInitiationResponseModel>
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

Static Properties

config KhaltiConfig
getter/setter pair
enableDebugging bool
getter/setter pair
publicKey String
getter/setter pair