AnalyticsEasyPayProviderChartStat

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

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

Constructors

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

Properties

Link copied to clipboard

결제금액

Link copied to clipboard
val count: Long

결제 건수

Link copied to clipboard

간편결제사

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

시점