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)