AuthorizationResponse

@Serializable
data class AuthorizationResponse(val transactionId: String? = null, val message: String? = null)

Constructors

Link copied to clipboard
constructor(transactionId: String? = null, message: String? = null)

Properties

Link copied to clipboard
val message: String? = null
Link copied to clipboard
val transactionId: String? = null