BillingKeyInfoSummary

@Serializable
data class BillingKeyInfoSummary(val billingKey: String, val issuedAt: @Serializable(with = InstantSerializer::class) Instant, val channels: List<SelectedChannel>? = null)

Constructors

Link copied to clipboard
constructor(billingKey: String, issuedAt: @Serializable(with = InstantSerializer::class) Instant, channels: List<SelectedChannel>? = null)

Properties

Link copied to clipboard

발급된 빌링키

Link copied to clipboard

발급된 채널

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

빌링크 발급 완료 시점