Implemented logic to send transaction to C-EDGE servers and process response.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package model
|
||||
|
||||
import kotlinx.serialization.Serializable
|
||||
import org.ipks.enums.TransactionType
|
||||
import kotlinx.serialization.Transient
|
||||
import org.ipks.model.Transaction
|
||||
|
||||
@Serializable
|
||||
@@ -25,5 +25,6 @@ class NeftTransaction(
|
||||
override val apiType: String,
|
||||
override val remitterName: String,
|
||||
val ifscCode: String,
|
||||
override val rrn: String
|
||||
override val rrn: String,
|
||||
@Transient override var queueNo: String = ""
|
||||
) : Transaction
|
||||
Reference in New Issue
Block a user