DocumentMerchantDto

fun DocumentMerchantDto(addressLines: List<String>? = null, merchantId: String? = null, merchantName: String? = null, email: String? = null, geoLocation: String? = null, storeName: String? = null, storeId: String? = null, telephone: String? = null, channel: OrderChannelTypesEnum? = null, categoryCode: String? = null, taxIdNumber: String? = null, url: String? = null)

Parameters

addressLines

The address of the merchant on this document.

merchantId

The merchant id of the merchant as stored in sensibill's system

merchantName

The name of the merchant.

email

The email for the merchant.

geoLocation

The geolocation for the merchant.

storeName

The specific store name of this merchant.

storeId

The store id as stored in the sensibill system.

telephone

The phone number for this merchant.

channel
  • @param categoryCode The category this merchant belongs to.

taxIdNumber

The tax number for this merchant.

url

The home webpage for this merchant.