PlatformDepositAccountTransfer

@Serializable
@SerialName(value = "DEPOSIT")
data class PlatformDepositAccountTransfer(val id: String, val currency: Currency, val amount: Long, val isForTest: Boolean, val createdAt: @Serializable(with = InstantSerializer::class) Instant, val updatedAt: @Serializable(with = InstantSerializer::class) Instant, val depositorName: String, val depositMemo: String? = null) : PlatformAccountTransfer

Constructors

Link copied to clipboard
constructor(id: String, currency: Currency, amount: Long, isForTest: Boolean, createdAt: @Serializable(with = InstantSerializer::class) Instant, updatedAt: @Serializable(with = InstantSerializer::class) Instant, depositorName: String, depositMemo: String? = null)

Properties

Link copied to clipboard
open override val amount: Long

금액

Link copied to clipboard
open override val createdAt: @Serializable(with = InstantSerializer::class) Instant

생성 일자

Link copied to clipboard
open override val currency: Currency

통화

Link copied to clipboard
open override val depositMemo: String? = null

입금 계좌 적요

Link copied to clipboard

입금자명

Link copied to clipboard
open override val id: String

계좌 이체 아이디

Link copied to clipboard
open override val isForTest: Boolean
Link copied to clipboard
open override val updatedAt: @Serializable(with = InstantSerializer::class) Instant

수정 일자