MerchantInfo
Merchant information structure
struct MerchantInfo {
uint64 id; // Internal ID
uint32 timestamp; // Registration timestamp
bytes2 iso2; // Country code
string merchantName; // Merchant name
string merchantId; // Merchant ID
string locationId; // City code
string location; // Location
string merchantType; // Scene type
string verification; // Verification number
string description; // Description
}