This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package ru.soune
|
||||
|
||||
interface ReferralLevel {
|
||||
val id: String
|
||||
val name: String
|
||||
val share: Int
|
||||
val minInvitee: Int
|
||||
val maxInvitee: Int
|
||||
val next: String?
|
||||
}
|
||||
Reference in New Issue
Block a user