SupportTransaction
data class SupportTransaction(val id: String, val paidAmount: Int, val transactionDatetime: Instant, val targetMonth: String, val user: FanboxUser)
Constructors
Link copied to clipboard
constructor(id: String, paidAmount: Int, transactionDatetime: Instant, targetMonth: String, user: FanboxUser)