NullableDocumentAccountMetadataDto
data class NullableDocumentAccountMetadataDto(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. Should be set to an empty zero-length string to unset the account
previosuly set for the document. * @param transactionId An optional ID representing the transaction from the financial institution to associate this document with Should be set to an empty zero-length string to unset the transactionId
previosuly set for the document.
Constructors
NullableDocumentAccountMetadataDto
Link copied to clipboard
fun NullableDocumentAccountMetadataDto(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.