PlatformPayer

@Serializable(with = PlatformPayerSerializer::class)
sealed interface PlatformPayer

금액 부담 주체

플랫폼에서 발생한 결제 수수료, 부가세 등 금액을 부담하는 주체를 나타냅니다.

Inheritors

Types

Link copied to clipboard
@Serializable(with = PlatformPayer.MerchantSerializer::class)
data object Merchant : PlatformPayer

고객사가 부담하는 경우

Link copied to clipboard
@Serializable(with = PlatformPayer.PartnerSerializer::class)
data object Partner : PlatformPayer

파트너가 부담하는 경우

Link copied to clipboard

현재 SDK 버전에서 알 수 없는 응답을 나타냅니다.

Properties

Link copied to clipboard
abstract val value: String