EditDocumentMerchantDto
data class EditDocumentMerchantDto(merchantName: String?, taxIdNumber: String?, categoryCode: String?)
Content copied to clipboard
Parameters
merchantName
The name of the merchant.
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.
Constructors
EditDocumentMerchantDto
Link copied to clipboard
fun EditDocumentMerchantDto(merchantName: String? = null, taxIdNumber: String? = null, categoryCode: String? = null)
Content copied to clipboard
The name of the merchant.
Properties
categoryCode
Link copied to clipboard
merchantName
Link copied to clipboard
taxIdNumber
Link copied to clipboard