PlatformRemitAccountTransfer

constructor(id: String, sequenceNumber: Int, currency: Currency, depositBank: Bank, depositAccountNumber: String, amount: Long, isForTest: Boolean, createdAt: @Serializable(with = InstantSerializer::class) Instant, updatedAt: @Serializable(with = InstantSerializer::class) Instant, documentId: String, withdrawalMemo: String? = null, depositMemo: String? = null, balance: Long? = null, failReason: String? = null)