PaylinkHelper class

Constructors

PaylinkHelper()

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

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 Methods

getPaymentPageUrl(String paymentFrameUrl, String transactionNo, String clientName, String clientMobile) String
Generates the payment page URL for a transaction. paymentFrameUrl - The URL of the payment frame. transactionNo - The transaction number for which to generate the payment URL. clientName - The name of the client making the payment. clientMobile - The mobile number of the client making the payment. Returns the payment page URL.
paymentErrorsToMap(dynamic data) Map<String, dynamic>
Converts payment error data to a map format. data - The payment error data to be converted. Returns a map containing the converted payment errors.