DocumentMerchantDto
data class DocumentMerchantDto(addressLines: List<String>?, merchantId: String?, merchantName: String?, email: String?, geoLocation: String?, storeName: String?, storeId: String?, telephone: String?, channel: OrderChannelTypesEnum?, categoryCode: String?, taxIdNumber: String?, url: String?)
Content copied to clipboard
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.
Constructors
DocumentMerchantDto
Link copied to clipboard
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)
Content copied to clipboard
The address of the merchant on this document.
Properties
addressLines
Link copied to clipboard
@SerializedName(value = addressLines)
Content copied to clipboard
categoryCode
Link copied to clipboard
channel
Link copied to clipboard
@SerializedName(value = channel)
Content copied to clipboard
geoLocation
Link copied to clipboard
merchantId
Link copied to clipboard
merchantName
Link copied to clipboard
taxIdNumber
Link copied to clipboard