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.

Constructors

Link copied to clipboard
constructor(merchantName: String? = null, categoryCode: String? = null)

Properties

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