AnalyticsAverageAmountChartStat

@Serializable
data class AnalyticsAverageAmountChartStat(val timestamp: @Serializable(with = InstantSerializer::class) Instant, val paymentAverageAmount: Long, val customerAverageAmount: Long)

특정 시점의 건별 평균 거래액, 고객 당 평균 거래액을 나타냅니다.

Constructors

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

Properties

Link copied to clipboard

고객 당 평균 거래액

Link copied to clipboard

건별 평균 거래액

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

시점