AnalyticsCardChartStat

@Serializable
data class AnalyticsCardChartStat(val timestamp: @Serializable(with = InstantSerializer::class) Instant, val amount: Long, val count: Long)

특정 시점의 카드결제 거래 건 수와 금액을 나타냅니다.

Constructors

Link copied to clipboard
constructor(timestamp: @Serializable(with = InstantSerializer::class) Instant, amount: Long, count: Long)

Properties

Link copied to clipboard

거래액

Link copied to clipboard
val count: Long

거래 건수

Link copied to clipboard
val timestamp: @Serializable(with = InstantSerializer::class) Instant

시점