Added remitterAddress, beneficiaryName, beneficiaryAddress, senderAcctType, beneficiaryAcctType, beneficiaryBankName, beneficiaryBranchName, commissionAmount to transactions as told by C-Edge. Also removed errorMsg from TransactionFailureResponse class. Refactored code for more readability. Removed application logs from STDOUT.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
package response
|
||||
package net.ipksindia.response
|
||||
|
||||
import kotlinx.serialization.Serializable
|
||||
import response.TransactionResponse
|
||||
|
||||
|
||||
@Serializable
|
||||
data class TransactionFailureResponse(
|
||||
override val status: String,
|
||||
override val message: String,
|
||||
val errorMsg: String,
|
||||
override val error: Int
|
||||
): TransactionResponse
|
||||
Reference in New Issue
Block a user