InteropTransferResponseData

@Serializable
data class InteropTransferResponseData(val state: InteropTransferResponseData.State, val transactionCode: String, val transferCode: String, val changes: Map<String, Any>? = null, val clientId: Long? = null, val commandId: Long? = null, val completedTimestamp: String? = null, val creditBureauReportData: Map<String, Any>? = null, val expiration: String? = null, val extensionList: List<ExtensionData>? = null, val glimId: Long? = null, val groupId: Long? = null, val gsimId: Long? = null, val loanId: Long? = null, val officeId: Long? = null, val productId: Long? = null, val resourceExternalId: ExternalId? = null, val resourceId: Long? = null, val resourceIdentifier: String? = null, val rollbackTransaction: Boolean? = null, val savingsId: Long? = null, val subResourceExternalId: ExternalId? = null, val subResourceId: Long? = null, val transactionId: String? = null)

Parameters

state
transactionCode
transferCode
changes
clientId
commandId
completedTimestamp
creditBureauReportData
expiration
extensionList
glimId
groupId
gsimId
loanId
officeId
productId
resourceExternalId
resourceId
resourceIdentifier
rollbackTransaction
savingsId
subResourceExternalId
subResourceId
transactionId

Constructors

Link copied to clipboard
constructor(state: InteropTransferResponseData.State, transactionCode: String, transferCode: String, changes: Map<String, Any>? = null, clientId: Long? = null, commandId: Long? = null, completedTimestamp: String? = null, creditBureauReportData: Map<String, Any>? = null, expiration: String? = null, extensionList: List<ExtensionData>? = null, glimId: Long? = null, groupId: Long? = null, gsimId: Long? = null, loanId: Long? = null, officeId: Long? = null, productId: Long? = null, resourceExternalId: ExternalId? = null, resourceId: Long? = null, resourceIdentifier: String? = null, rollbackTransaction: Boolean? = null, savingsId: Long? = null, subResourceExternalId: ExternalId? = null, subResourceId: Long? = null, transactionId: String? = null)

Types

Link copied to clipboard

Values: ACCEPTED,REJECTED

Properties

Link copied to clipboard
val changes: Map<String, Any>? = null
Link copied to clipboard
val clientId: Long? = null
Link copied to clipboard
val commandId: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val expiration: String? = null
Link copied to clipboard
Link copied to clipboard
val glimId: Long? = null
Link copied to clipboard
val groupId: Long? = null
Link copied to clipboard
val gsimId: Long? = null
Link copied to clipboard
val loanId: Long? = null
Link copied to clipboard
val officeId: Long? = null
Link copied to clipboard
val productId: Long? = null
Link copied to clipboard
Link copied to clipboard
val resourceId: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val savingsId: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val subResourceId: Long? = null
Link copied to clipboard
Link copied to clipboard
val transactionId: String? = null
Link copied to clipboard