AffiliateProgram

@Serializable
@SerialName(value = "affiliate_program")
data class AffiliateProgram(val sponsorUser: User? = null, val commissionPerMille: Int) : TransactionPartner

Constructors

Link copied to clipboard
constructor(sponsorUser: User? = null, commissionPerMille: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val sponsorUser: User? = null
Link copied to clipboard