PlatformDepositAccountTransfer

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