MerchantProfile

data class MerchantProfile(id: String, companyName: String, companyType: String, companyLogoUrl: String, registrationNumber: String, businessCategory: String, establishedAt: String, countryCode: String, phoneNumber: String, addressLine1: String, addressLine2: String, postcode: String, city: String, state: String, country: String, invoiceAddress: InvoiceAddress, isActive: Boolean, status: String, isMasterMerchant: Boolean, masterMerchantId: String, isPartner: Boolean, partnerId: String, gstNo: String, createdAt: Instant, updatedAt: Instant)

Properties

addressLine1
Link copied to clipboard
common
val addressLine1: String
addressLine2
Link copied to clipboard
common
val addressLine2: String
businessCategory
Link copied to clipboard
common
val businessCategory: String
city
Link copied to clipboard
common
val city: String
companyLogoUrl
Link copied to clipboard
common
val companyLogoUrl: String
companyName
Link copied to clipboard
common
val companyName: String
companyType
Link copied to clipboard
common
val companyType: String
country
Link copied to clipboard
common
val country: String
countryCode
Link copied to clipboard
common
val countryCode: String
createdAt
Link copied to clipboard
common
val createdAt: Instant
establishedAt
Link copied to clipboard
common
val establishedAt: String
gstNo
Link copied to clipboard
common
val gstNo: String
id
Link copied to clipboard
common
val id: String
invoiceAddress
Link copied to clipboard
common
val invoiceAddress: InvoiceAddress
isActive
Link copied to clipboard
common
val isActive: Boolean
isMasterMerchant
Link copied to clipboard
common
val isMasterMerchant: Boolean
isPartner
Link copied to clipboard
common
val isPartner: Boolean
masterMerchantId
Link copied to clipboard
common
val masterMerchantId: String
partnerId
Link copied to clipboard
common
val partnerId: String
phoneNumber
Link copied to clipboard
common
val phoneNumber: String
postcode
Link copied to clipboard
common
val postcode: String
registrationNumber
Link copied to clipboard
common
val registrationNumber: String
state
Link copied to clipboard
common
val state: String
status
Link copied to clipboard
common
val status: String
updatedAt
Link copied to clipboard
common
val updatedAt: Instant