EditDocumentMerchantDto

constructor(merchantName: String? = null, taxIdNumber: String? = null, categoryCode: String? = null)

Parameters

merchantName

The name of the merchant. When this property is set in a PATCH request, the categoryCode might be updated automatically.

taxIdNumber

The tax number for this merchant.

categoryCode

The category this merchant belongs to. Use the endpoint /lookups/receiptcategories for a list of valid categories.