EsewaLiveModel class
- Inheritance
-
- Object
- EsewaConfigModel
- EsewaLiveModel
Constructors
Properties
- amount → double
-
Merchant code provided by eSewa
Amount of product or item or ticket etc
no setteroverride
- amt → double
-
final
- baseUrl → String
-
no setteroverride
- deliveryCharge → double?
-
Delivery charge by merchant on product or item or ticket etc
no setteroverride
- failureUrl → String
-
Failure URL: a redirect URL of merchant application where customer will be redirected after FAILURE or PENDING transaction
no setteroverride
- fu → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isLive → bool
-
finalinherited
- merchantId → String
-
no setteroverride
- pdc → double?
-
final
- pId → String
-
final
- productId → String
-
A unique ID of product or item or ticket etc
no setteroverride
- psc → double?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scd → String
-
final
- serviceCharge → double?
-
Service charge by merchant on product or item or ticket etc
no setteroverride
- su → String
-
final
- successUrl → String
-
Success URL: a redirect URL of merchant application where customer will be redirected after SUCCESSFUL transaction
no setteroverride
- tAmt → double?
-
final
- taxAmount → double
-
Tax amount on product or item or ticket etc
no setteroverride
- taxAmt → double
-
final
- totalAmount → double
-
Total payment amount including tax, service and deliver charge.
i.e tAmt = amt + txAmt + psc + tAmt
no setteroverride - uri → Uri
-
URL request to be used in InAppWebView
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