AnalyticsCardCompanyChartStat

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

특정 시점의 카드사 별 결제금액, 결제 건수를 나타냅니다.

Constructors

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

Properties

Link copied to clipboard

결제금액

Link copied to clipboard

카드사

Link copied to clipboard
val count: Long

결제 건수

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

시점