Subscription Receiver Value Response
data class SubscriptionReceiverValueResponse(val role: String? = null, val subscriptionId: String? = null, val subscriptionName: String? = null)
The subscription role receiver value.
Constructors
Link copied to clipboard
fun SubscriptionReceiverValueResponse(role: String? = null, subscriptionId: String? = null, subscriptionName: String? = null)