DocumentAccountMetadataDto

data class DocumentAccountMetadataDto(val account: String? = null, val transactionId: String? = null)

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

Link copied to clipboard
constructor(account: String? = null, transactionId: String? = null)

Properties

Link copied to clipboard
@SerializedName(value = "account")
val account: String? = null
Link copied to clipboard
@SerializedName(value = "transactionId")
val transactionId: String? = null