DocumentListMerchantDto
data class DocumentListMerchantDto(val merchantName: String? = null, val categoryCode: String? = null)
The merchant infomation on this document.
Parameters
merchantName
The name of the merchant.
categoryCode
The category the merchant belongs to.