AffiliateInfo

data class AffiliateInfo(val commissionPerMille: Int, val amount: Long, val nanostarAmount: Long, val affiliateUser: User? = null, val affiliateChat: PreviewChat? = null) : Amounted

Constructors

Link copied to clipboard
constructor(commissionPerMille: Int, amount: Long, nanostarAmount: Long, affiliateUser: User? = null, affiliateChat: PreviewChat? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val affiliateUser: User? = null
Link copied to clipboard
open override val amount: Long
Link copied to clipboard
Link copied to clipboard