fantia
Toggle table of contents
0.0.11
common
Platform filter
common
Switch theme
Search in API
fantia
fanbox
/
me.matsumo.fankt.fanbox.domain.model
/
FanboxCreatorPlanDetail
/
SupportTransaction
Support
Transaction
@
Serializable
data
class
SupportTransaction
(
val
id
:
String
,
val
paidAmount
:
Int
,
val
transactionDatetime
:
Instant
,
val
targetMonth
:
String
,
val
user
:
FanboxUser
)
Members
Constructors
Support
Transaction
Link copied to clipboard
constructor
(
id
:
String
,
paidAmount
:
Int
,
transactionDatetime
:
Instant
,
targetMonth
:
String
,
user
:
FanboxUser
)
Properties
id
Link copied to clipboard
val
id
:
String
paid
Amount
Link copied to clipboard
val
paidAmount
:
Int
target
Month
Link copied to clipboard
val
targetMonth
:
String
transaction
Datetime
Link copied to clipboard
val
transactionDatetime
:
Instant
user
Link copied to clipboard
val
user
:
FanboxUser