DocumentAccountMetadataDto
data class DocumentAccountMetadataDto(account: String?, transactionId: String?)
Content copied to clipboard
Parameters
account
An optional identifier representing the bank account from the financial institution to associate this document with
transactionId
An optional ID representing the transaction from the financial institution to associate this document with
Constructors
DocumentAccountMetadataDto
Link copied to clipboard
fun DocumentAccountMetadataDto(account: String? = null, transactionId: String? = null)
Content copied to clipboard
An optional identifier representing the bank account from the financial institution to associate this document with