Platform Remit Account Transfer
@Serializable
@SerialName(value = "REMIT" )
Constructors
Link copied to clipboard
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)