DocumentListMerchantDto
data class DocumentListMerchantDto(merchantName: String?, categoryCode: String?)
Content copied to clipboard
The merchant infomation on this document.
Parameters
merchantName
The name of the merchant.
categoryCode
The category the merchant belongs to.
Constructors
DocumentListMerchantDto
Link copied to clipboard
fun DocumentListMerchantDto(merchantName: String? = null, categoryCode: String? = null)
Content copied to clipboard
The name of the merchant.