Request

@Serializable
data class Request(val txnId: String? = null)

Constructors

Link copied to clipboard
constructor(txnId: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "transaction_id")
val txnId: String?