PlatformAccountTransfer

@Serializable
sealed interface PlatformAccountTransfer

계좌 이체

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

Inheritors

Properties

Link copied to clipboard
abstract val amount: Long

금액

Link copied to clipboard
abstract val createdAt: Instant

생성 일자

Link copied to clipboard
abstract val currency: Currency

통화

Link copied to clipboard
abstract val depositMemo: String?

입금 계좌 적요

Link copied to clipboard
abstract val id: String

계좌 이체 아이디

Link copied to clipboard
abstract val isForTest: Boolean
Link copied to clipboard
abstract val updatedAt: Instant

수정 일자