SupportTransaction

@Serializable
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)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val transactionDatetime: Instant
Link copied to clipboard