ReqConsentModify

@JsonClass(generateAdapter = true)
data class ReqConsentModify(val ownershipId: String, val destination: TikiSdkDestination, val about: String? = null, val reward: String? = null, val expiry: Long? = null)

The request for the modifyConsentmethod call in the Platform Channel.

Constructors

Link copied to clipboard
fun ReqConsentModify(ownershipId: String, destination: TikiSdkDestination, about: String? = null, reward: String? = null, expiry: Long? = null)

Create empty Req consent modify

Properties

Link copied to clipboard
val about: String? = null
Link copied to clipboard
Link copied to clipboard
val expiry: Long? = null
Link copied to clipboard
Link copied to clipboard
val reward: String? = null