DocumentAccountMetadataDto

data class DocumentAccountMetadataDto(account: String?, transactionId: String?)

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)
An optional identifier representing the bank account from the financial institution to associate this document with

Properties

account
Link copied to clipboard
@SerializedName(value = account)
val account: String? = null
An optional identifier representing the bank account from the financial institution to associate this document with
transactionId
Link copied to clipboard
@SerializedName(value = transactionId)
val transactionId: String? = null
An optional ID representing the transaction from the financial institution to associate this document with