콘텐츠 등록

- 구매옵션(모두, 소장만, 대여만) 추가
This commit is contained in:
2024-11-08 00:47:12 +09:00
parent eee59855cc
commit d94ef1eb25
3 changed files with 10 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ data class CreateAudioContentRequest(
val detail: String,
val tags: String,
val price: Int,
val purchaseOption: PurchaseOption = PurchaseOption.BOTH,
val limited: Int? = null,
val timezone: String = "Asia/Seoul",
val releaseDate: String? = null,