- Inheritance
-
- Object
- PlatformInterface
- WorldlinePgPlatform
- Implementers
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
-
getParsedTrnResMsg({required String response, required String enckey})
→ Future<TransResMsg>
-
Returns a TransResMsg object from the response string.
-
getTrnRequestHash({required String orderId, required String mid, required String trnAmt, required String trnCurrency, required String meTransReqType, required String enckey, required String responseUrl, String? addField1, String? addField2, String? addField3, String? addField4, String? addField5, String? addField6, String? addField7, String? addField8, String? addField9, String? addField10})
→ Future<String>
-
Returns the parameter for Transaction request for the given order id.
-
getTrnResParams({required String orderId, required String mid, required String enckey, required String url, String? pgMeTrnRefNo})
→ Future<String>
-
Returns the parameter for Transaction status for the given order id.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited