Transaction class Null safety
Constructors
- Transaction({String? sTATUS, String? tXNMODE, String? tXNDATETIME, String? tXNCURRENCYCODE, String? tRANSACTIONID, String? tRANSACTIONAMT, String? tRANSACTIONSTATUS, String? sTATUSMSG, String? tRANSACTIONVARIANT, String? mERCHANTTRANSACTIONID, String? mERCHANTKEY, String? cUSTOMVAR, String? aPSECUREHASH, String? cHMOD, String? fULLNAME, String? eMAIL, String? cONTACTNO, String? iSRISK, String? bANKNAME, CARDDETAILS? cARDDETAILS, String? eMIDETAILS, String? mERCHANTNAME, String? sETTLEMENTDATE, String? sURCHARGE, String? bILLEDAMOUNT, String? rRN, String? tRANSACTIONREASON})
-
Transaction.fromJson(Map<
String, dynamic> json)
Properties
- aPSECUREHASH ↔ String?
-
read / write
- bANKNAME ↔ String?
-
read / write
- bILLEDAMOUNT ↔ String?
-
read / write
- cARDDETAILS ↔ CARDDETAILS?
-
read / write
- cHMOD ↔ String?
-
read / write
- cONTACTNO ↔ String?
-
read / write
- cUSTOMVAR ↔ String?
-
read / write
- eMAIL ↔ String?
-
read / write
- eMIDETAILS ↔ String?
-
read / write
- fULLNAME ↔ String?
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- iSRISK ↔ String?
-
read / write
- mERCHANTKEY ↔ String?
-
read / write
- mERCHANTNAME ↔ String?
-
read / write
- mERCHANTTRANSACTIONID ↔ String?
-
read / write
- rRN ↔ String?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- sETTLEMENTDATE ↔ String?
-
read / write
- sTATUS ↔ String?
-
read / write
- STATUSMSG ↔ String?
-
read / write
- sTATUSMSG ↔ String?
-
read / write
- sURCHARGE ↔ String?
-
read / write
- tRANSACTIONAMT ↔ String?
-
read / write
- tRANSACTIONID ↔ String?
-
read / write
- tRANSACTIONREASON ↔ String?
-
read / write
- TRANSACTIONSTATUS ↔ String?
-
read / write
- tRANSACTIONSTATUS ↔ String?
-
read / write
- tRANSACTIONVARIANT ↔ String?
-
read / write
- tXNCURRENCYCODE ↔ String?
-
read / write
- tXNDATETIME ↔ String?
-
read / write
- tXNMODE ↔ String?
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited