PlatformPayoutMethod

@Serializable(with = PlatformPayoutMethodSerializer::class)
sealed interface PlatformPayoutMethod

Inheritors

Types

Link copied to clipboard
@Serializable(with = PlatformPayoutMethod.AgencySerializer::class)
data object Agency : PlatformPayoutMethod
Link copied to clipboard
@Serializable(with = PlatformPayoutMethod.DirectSerializer::class)
data object Direct : PlatformPayoutMethod
Link copied to clipboard

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

Properties

Link copied to clipboard
abstract val value: String