parent
d94ef1eb25
commit
c46d6621ec
|
@ -588,6 +588,7 @@ class AudioContentService(
|
||||||
isMosaic = audioContent.isAdult && member.auth == null,
|
isMosaic = audioContent.isAdult && member.auth == null,
|
||||||
isOnlyRental = audioContent.isOnlyRental,
|
isOnlyRental = audioContent.isOnlyRental,
|
||||||
existOrdered = isExistsAudioContent,
|
existOrdered = isExistsAudioContent,
|
||||||
|
purchaseOption = audioContent.purchaseOption,
|
||||||
orderType = orderType,
|
orderType = orderType,
|
||||||
remainingTime = remainingTime,
|
remainingTime = remainingTime,
|
||||||
creatorOtherContentList = creatorOtherContentList,
|
creatorOtherContentList = creatorOtherContentList,
|
||||||
|
|
|
@ -23,6 +23,7 @@ data class GetAudioContentDetailResponse(
|
||||||
val isMosaic: Boolean,
|
val isMosaic: Boolean,
|
||||||
val isOnlyRental: Boolean,
|
val isOnlyRental: Boolean,
|
||||||
val existOrdered: Boolean,
|
val existOrdered: Boolean,
|
||||||
|
val purchaseOption: PurchaseOption,
|
||||||
val orderType: OrderType?,
|
val orderType: OrderType?,
|
||||||
val remainingTime: String?,
|
val remainingTime: String?,
|
||||||
val creatorOtherContentList: List<OtherContentResponse>,
|
val creatorOtherContentList: List<OtherContentResponse>,
|
||||||
|
|
Loading…
Reference in New Issue