Merchant Profile
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)
Content copied to clipboard
Properties
addressLine1
Link copied to clipboard
addressLine2
Link copied to clipboard
businessCategory
Link copied to clipboard
companyLogoUrl
Link copied to clipboard
companyName
Link copied to clipboard
companyType
Link copied to clipboard
countryCode
Link copied to clipboard
establishedAt
Link copied to clipboard
invoiceAddress
Link copied to clipboard
isMasterMerchant
Link copied to clipboard
masterMerchantId
Link copied to clipboard
phoneNumber
Link copied to clipboard
registrationNumber
Link copied to clipboard