NoahGetPayoutChannelsData

data class NoahGetPayoutChannelsData(val items: List<NoahChannel>, val pageToken: String? = null)

Successful payout channels payload with optional pagination cursor.

Constructors

Link copied to clipboard
constructor(items: List<NoahChannel>, pageToken: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val pageToken: String? = null