DynamicQrResponse

@Serializable
data class DynamicQrResponse(val responseCode: String, val responseDescription: String, val qrCode: String)

Dynamic QR response

Constructors

Link copied to clipboard
constructor(responseCode: String, responseDescription: String, qrCode: String)

Properties

Link copied to clipboard
@SerialName(value = "QRCode")
val qrCode: String

QR Code Image Data/String/Image Sample: Alpha-numeric string containing the QR code

Link copied to clipboard
@SerialName(value = "ResponseCode")
val responseCode: String

Code representing the status of the response. "00" : Successful, "05" : Error Occurred, "39" :Invalid Account Exception, "51" : Invalid Merchant Exception, "91" : Connection Timeout Exception. Sample: 00

Link copied to clipboard
@SerialName(value = "ResponseDescription")
val responseDescription: String

This is a response describing the status of the transaction. A string with the message "Success or Generation has failed". Sample: Success