DeleteBillingKeyResponse

@Serializable
data class DeleteBillingKeyResponse(val deletedAt: @Serializable(with = InstantSerializer::class) Instant)

빌링키 삭제 성공 응답

Constructors

Link copied to clipboard
constructor(deletedAt: @Serializable(with = InstantSerializer::class) Instant)

Properties

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

빌링키 삭제 완료 시점