PlatformAccountTransfer

@Serializable(with = PlatformAccountTransferSerializer::class)
sealed interface PlatformAccountTransfer

계좌 이체

송금 대행을 통해 일어난 정산 금액 지급, 인출 목적의 계좌 이체 결과 정보입니다.

Inheritors

Types

Link copied to clipboard
@Serializable
sealed interface Recognized : PlatformAccountTransfer

현재 SDK 버전에서 처리 가능한 응답을 나타냅니다.

Link copied to clipboard
@Serializable
data object Unrecognized : PlatformAccountTransfer

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