PlatformPayoutSettlementStatementStatus

@Serializable(with = PlatformPayoutSettlementStatementStatusSerializer::class)
sealed interface PlatformPayoutSettlementStatementStatus

정산 내역서 발송 상태

Inheritors

Types

Link copied to clipboard
@Serializable(with = PlatformPayoutSettlementStatementStatus.SendFailedSerializer::class)
data object SendFailed : PlatformPayoutSettlementStatementStatus

발송 실패

Link copied to clipboard
@Serializable(with = PlatformPayoutSettlementStatementStatus.SendPreparedSerializer::class)
data object SendPrepared : PlatformPayoutSettlementStatementStatus

발송 대기

Link copied to clipboard
@Serializable(with = PlatformPayoutSettlementStatementStatus.SentSerializer::class)
data object Sent : PlatformPayoutSettlementStatementStatus

발송 성공

Link copied to clipboard

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

Link copied to clipboard
@Serializable(with = PlatformPayoutSettlementStatementStatus.UnsentSerializer::class)
data object Unsent : PlatformPayoutSettlementStatementStatus

미발송

Properties

Link copied to clipboard
abstract val value: String