AnalyticsCardCompanyChartRemainderStat

@Serializable
data class AnalyticsCardCompanyChartRemainderStat(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

시점